Skip to content

Commit e93a3fa

Browse files
build(deps): bump rails from 81e325e to 1e9f15e
Bumps [rails](https://github.com/rails/rails) from `81e325e` to `1e9f15e`. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@81e325e...1e9f15e) --- updated-dependencies: - dependency-name: rails dependency-version: 1e9f15ebf256a198fcc5e233b643826e1b363980 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61f2bc3 commit e93a3fa

1 file changed

Lines changed: 28 additions & 21 deletions

File tree

Gemfile.lock

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/rails/rails.git
3-
revision: 81e325e9edac428c98b40327ae006799ed7b3790
3+
revision: 1e9f15ebf256a198fcc5e233b643826e1b363980
44
branch: main
55
specs:
66
actioncable (8.2.0.alpha)
@@ -49,7 +49,7 @@ GIT
4949
rails-html-sanitizer (~> 1.7)
5050
activejob (8.2.0.alpha)
5151
activesupport (= 8.2.0.alpha)
52-
globalid (>= 0.3.6)
52+
globalid (>= 1.4.0)
5353
activemodel (8.2.0.alpha)
5454
activesupport (= 8.2.0.alpha)
5555
activerecord (8.2.0.alpha)
@@ -73,6 +73,7 @@ GIT
7373
logger (>= 1.4.2)
7474
minitest (>= 5.1)
7575
psych (>= 4)
76+
ractor-dispatch (>= 0.2.0)
7677
securerandom (>= 0.3)
7778
tzinfo (~> 2.0, >= 2.0.5)
7879
uri (>= 0.13.1)
@@ -132,24 +133,24 @@ GEM
132133
rack-test (>= 0.6.3)
133134
regexp_parser (>= 1.5, < 3.0)
134135
xpath (~> 3.2)
135-
concurrent-ruby (1.3.6)
136+
concurrent-ruby (1.3.8)
136137
connection_pool (3.0.2)
137-
crass (1.0.6)
138+
crass (1.0.7)
138139
date (3.5.1)
139140
debug (1.11.1)
140141
irb (~> 1.10)
141142
reline (>= 0.3.8)
142143
drb (2.2.3)
143-
erb (6.0.4)
144+
erb (6.0.6)
144145
erubi (1.13.1)
145146
et-orbi (1.4.0)
146147
tzinfo
147148
fugit (1.12.2)
148149
et-orbi (~> 1.4)
149150
raabro (~> 1.4)
150-
globalid (1.3.0)
151+
globalid (1.4.0)
151152
activesupport (>= 6.1)
152-
i18n (1.14.8)
153+
i18n (1.15.2)
153154
concurrent-ruby (~> 1.0)
154155
importmap-rails (2.2.3)
155156
actionpack (>= 6.0.0)
@@ -164,14 +165,14 @@ GEM
164165
jbuilder (2.15.1)
165166
actionview (>= 7.0.0)
166167
activesupport (>= 7.0.0)
167-
json (2.19.8)
168+
json (2.21.2)
168169
language_server-protocol (3.17.0.5)
169170
lint_roller (1.1.0)
170171
logger (1.7.0)
171-
loofah (2.25.1)
172+
loofah (2.25.2)
172173
crass (~> 1.0.2)
173174
nokogiri (>= 1.12.0)
174-
mail (2.9.0)
175+
mail (2.9.1)
175176
logger
176177
mini_mime (>= 0.1.1)
177178
net-imap
@@ -186,7 +187,7 @@ GEM
186187
minitest-mock (5.27.0)
187188
minitest-parallel_fork (2.1.1)
188189
minitest (>= 5.15.0)
189-
net-imap (0.6.4)
190+
net-imap (0.6.6)
190191
date
191192
net-protocol
192193
net-pop (0.1.2)
@@ -196,19 +197,19 @@ GEM
196197
net-smtp (0.5.1)
197198
net-protocol
198199
nio4r (2.7.5)
199-
nokogiri (1.19.3-arm64-darwin)
200+
nokogiri (1.19.4-arm64-darwin)
200201
racc (~> 1.4)
201-
nokogiri (1.19.3-x86_64-darwin)
202+
nokogiri (1.19.4-x86_64-darwin)
202203
racc (~> 1.4)
203-
nokogiri (1.19.3-x86_64-linux-gnu)
204+
nokogiri (1.19.4-x86_64-linux-gnu)
204205
racc (~> 1.4)
205-
nokogiri (1.19.3-x86_64-linux-musl)
206+
nokogiri (1.19.4-x86_64-linux-musl)
206207
racc (~> 1.4)
207208
parallel (2.1.0)
208209
parser (3.3.11.1)
209210
ast (~> 2.4.1)
210211
racc
211-
pp (0.6.3)
212+
pp (0.6.4)
212213
prettyprint
213214
prettyprint (0.2.0)
214215
prism (1.9.0)
@@ -232,18 +233,24 @@ GEM
232233
rack (>= 1.3)
233234
rackup (2.3.1)
234235
rack (>= 3)
236+
ractor-dispatch (0.2.0)
235237
rails-dom-testing (2.3.0)
236238
activesupport (>= 5.0.0)
237239
minitest
238240
nokogiri (>= 1.6)
239-
rails-html-sanitizer (1.7.0)
240-
loofah (~> 2.25)
241+
rails-html-sanitizer (1.7.1)
242+
loofah (~> 2.25, >= 2.25.2)
241243
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
242244
rainbow (3.1.1)
243245
rake (13.4.2)
244-
rdoc (7.2.0)
246+
rbs (4.1.1)
247+
logger
248+
prism (>= 1.6.0)
249+
tsort
250+
rdoc (8.0.0)
245251
erb
246-
psych (>= 4.0.0)
252+
prism (>= 1.6.0)
253+
rbs (>= 4.0.0)
247254
tsort
248255
regexp_parser (2.12.0)
249256
reline (0.6.3)
@@ -336,7 +343,7 @@ GEM
336343
uri (1.1.1)
337344
useragent (0.16.11)
338345
websocket (1.2.11)
339-
websocket-driver (0.8.1)
346+
websocket-driver (0.8.2)
340347
base64
341348
websocket-extensions (>= 0.1.0)
342349
websocket-extensions (0.1.5)

0 commit comments

Comments
 (0)