Skip to content

Commit 09a54ed

Browse files
committed
gemfiles
1 parent e69555c commit 09a54ed

File tree

1 file changed

+75
-86
lines changed

1 file changed

+75
-86
lines changed

gemfiles/rails_main.gemfile.lock

Lines changed: 75 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77

88
GIT
99
remote: https://github.com/rails/rails.git
10-
revision: 990198b7b5f4a3a3d0d59bc1bcac58efa405f527
10+
revision: 6a8caf56963bbdc7eec2f72e3aa227436f682bb6
1111
branch: main
1212
specs:
1313
actioncable (8.2.0.alpha)
@@ -38,10 +38,10 @@ GIT
3838
rack-session (>= 1.0.1)
3939
rack-test (>= 0.6.3)
4040
rails-dom-testing (~> 2.2)
41-
rails-html-sanitizer (~> 1.6)
41+
rails-html-sanitizer (~> 1.7)
4242
useragent (~> 0.16)
4343
actiontext (8.2.0.alpha)
44-
action_text-trix (~> 2.1.15)
44+
action_text-trix (~> 2.1.16)
4545
actionpack (= 8.2.0.alpha)
4646
activerecord (= 8.2.0.alpha)
4747
activestorage (= 8.2.0.alpha)
@@ -53,7 +53,7 @@ GIT
5353
builder (~> 3.1)
5454
erubi (~> 1.11)
5555
rails-dom-testing (~> 2.2)
56-
rails-html-sanitizer (~> 1.6)
56+
rails-html-sanitizer (~> 1.7)
5757
activejob (8.2.0.alpha)
5858
activesupport (= 8.2.0.alpha)
5959
globalid (>= 0.3.6)
@@ -79,6 +79,7 @@ GIT
7979
json
8080
logger (>= 1.4.2)
8181
minitest (>= 5.1)
82+
psych (>= 4)
8283
securerandom (>= 0.3)
8384
tzinfo (~> 2.0, >= 2.0.5)
8485
uri (>= 0.13.1)
@@ -117,10 +118,10 @@ PATH
117118
GEM
118119
remote: https://rubygems.org/
119120
specs:
120-
action_text-trix (2.1.15)
121+
action_text-trix (2.1.18)
121122
railties
122-
addressable (2.8.7)
123-
public_suffix (>= 2.0.2, < 7.0)
123+
addressable (2.8.9)
124+
public_suffix (>= 2.0.2, < 8.0)
124125
allocation_stats (0.1.5)
125126
ansi (1.5.0)
126127
appraisal (2.5.0)
@@ -138,7 +139,7 @@ GEM
138139
erubi (~> 1.4)
139140
parser (>= 2.4)
140141
smart_properties
141-
bigdecimal (3.3.1)
142+
bigdecimal (4.1.0)
142143
builder (3.3.0)
143144
capybara (3.40.0)
144145
addressable
@@ -149,18 +150,18 @@ GEM
149150
rack-test (>= 0.6.3)
150151
regexp_parser (>= 1.5, < 3.0)
151152
xpath (~> 3.2)
152-
concurrent-ruby (1.3.5)
153-
connection_pool (2.5.4)
153+
concurrent-ruby (1.3.6)
154+
connection_pool (3.0.2)
154155
crass (1.0.6)
155156
cuprite (0.17)
156157
capybara (~> 3.0)
157158
ferrum (~> 0.17.0)
158-
date (3.5.0)
159+
date (3.5.1)
159160
diff-lcs (1.6.2)
160161
docile (1.4.1)
161162
drb (2.2.3)
162163
dry-initializer (3.2.0)
163-
erb (6.0.0)
164+
erb (6.0.2)
164165
erb_lint (0.9.0)
165166
activesupport
166167
better_html (>= 2.0.1)
@@ -169,7 +170,7 @@ GEM
169170
rubocop (>= 1)
170171
smart_properties
171172
erubi (1.13.1)
172-
ferrum (0.17.1)
173+
ferrum (0.17.2)
173174
addressable (~> 2.5)
174175
base64 (~> 0.2)
175176
concurrent-ruby (~> 1.1)
@@ -181,27 +182,27 @@ GEM
181182
temple (>= 0.8.2)
182183
thor
183184
tilt
184-
herb (0.8.2)
185-
i18n (1.14.7)
185+
herb (0.9.3)
186+
i18n (1.14.8)
186187
concurrent-ruby (~> 1.0)
187-
io-console (0.8.1)
188-
irb (1.15.3)
188+
io-console (0.8.2)
189+
irb (1.17.0)
189190
pp (>= 0.6.0)
191+
prism (>= 1.3.0)
190192
rdoc (>= 4.0.0)
191193
reline (>= 0.4.2)
192194
jbuilder (2.14.1)
193195
actionview (>= 7.0.0)
194196
activesupport (>= 7.0.0)
195-
json (2.16.0)
197+
json (2.19.3)
196198
language_server-protocol (3.17.0.5)
197199
lint_roller (1.1.0)
198200
logger (1.7.0)
199-
loofah (2.24.1)
201+
loofah (2.25.1)
200202
crass (~> 1.0.2)
201203
nokogiri (>= 1.12.0)
202-
m (1.6.2)
203-
method_source (>= 0.6.7)
204-
rake (>= 0.9.2.2)
204+
m (1.7.0)
205+
rake
205206
mail (2.9.0)
206207
logger
207208
mini_mime (>= 0.1.1)
@@ -212,8 +213,9 @@ GEM
212213
matrix (0.4.3)
213214
method_source (1.1.0)
214215
mini_mime (1.1.5)
215-
minitest (5.26.2)
216-
net-imap (0.5.12)
216+
mini_portile2 (2.8.9)
217+
minitest (5.27.0)
218+
net-imap (0.6.3)
217219
date
218220
net-protocol
219221
net-pop (0.1.2)
@@ -223,67 +225,54 @@ GEM
223225
net-smtp (0.5.1)
224226
net-protocol
225227
nio4r (2.7.5)
226-
nokogiri (1.18.10-aarch64-linux-gnu)
227-
racc (~> 1.4)
228-
nokogiri (1.18.10-aarch64-linux-musl)
229-
racc (~> 1.4)
230-
nokogiri (1.18.10-arm-linux-gnu)
231-
racc (~> 1.4)
232-
nokogiri (1.18.10-arm-linux-musl)
233-
racc (~> 1.4)
234-
nokogiri (1.18.10-arm64-darwin)
235-
racc (~> 1.4)
236-
nokogiri (1.18.10-x86_64-darwin)
237-
racc (~> 1.4)
238-
nokogiri (1.18.10-x86_64-linux-gnu)
239-
racc (~> 1.4)
240-
nokogiri (1.18.10-x86_64-linux-musl)
228+
nokogiri (1.19.2)
229+
mini_portile2 (~> 2.8.2)
241230
racc (~> 1.4)
242231
parallel (1.27.0)
243-
parser (3.3.10.0)
232+
parser (3.3.11.1)
244233
ast (~> 2.4.1)
245234
racc
246235
pp (0.6.3)
247236
prettyprint
248237
prettyprint (0.2.0)
249-
prism (1.6.0)
238+
prism (1.9.0)
250239
propshaft (1.3.1)
251240
actionpack (>= 7.0.0)
252241
activesupport (>= 7.0.0)
253242
rack
254-
psych (5.2.6)
243+
psych (5.3.1)
255244
date
256245
stringio
257-
public_suffix (6.0.2)
258-
puma (7.1.0)
246+
public_suffix (7.0.5)
247+
puma (7.2.0)
259248
nio4r (~> 2.0)
260249
racc (1.8.1)
261250
rack-session (2.1.1)
262251
base64 (>= 0.1.0)
263252
rack (>= 3.0.0)
264253
rack-test (2.2.0)
265254
rack (>= 1.3)
266-
rackup (2.2.1)
255+
rackup (2.3.1)
267256
rack (>= 3)
268257
rails-dom-testing (2.3.0)
269258
activesupport (>= 5.0.0)
270259
minitest
271260
nokogiri (>= 1.6)
272-
rails-html-sanitizer (1.6.2)
273-
loofah (~> 2.21)
261+
rails-html-sanitizer (1.7.0)
262+
loofah (~> 2.25)
274263
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)
275264
rainbow (3.1.1)
276265
rake (13.3.1)
277-
rdoc (6.15.1)
266+
rdoc (7.2.0)
278267
erb
279268
psych (>= 4.0.0)
280269
tsort
281-
reactionview (0.1.6)
270+
reactionview (0.3.0)
282271
actionview (>= 7.0)
283-
herb (>= 0.7.5, < 1.0.0)
272+
herb (>= 0.9.0, < 1.0.0)
284273
redis (5.4.1)
285274
redis-client (>= 0.22.0)
286-
redis-client (0.26.1)
275+
redis-client (0.28.0)
287276
connection_pool
288277
regexp_parser (2.11.3)
289278
reline (0.6.3)
@@ -294,43 +283,43 @@ GEM
294283
rspec-expectations (3.13.5)
295284
diff-lcs (>= 1.2.0, < 2.0)
296285
rspec-support (~> 3.13.0)
297-
rspec-mocks (3.13.7)
286+
rspec-mocks (3.13.8)
298287
diff-lcs (>= 1.2.0, < 2.0)
299288
rspec-support (~> 3.13.0)
300-
rspec-rails (8.0.2)
289+
rspec-rails (8.0.4)
301290
actionpack (>= 7.2)
302291
activesupport (>= 7.2)
303292
railties (>= 7.2)
304-
rspec-core (~> 3.13)
305-
rspec-expectations (~> 3.13)
306-
rspec-mocks (~> 3.13)
307-
rspec-support (~> 3.13)
308-
rspec-support (3.13.6)
309-
rubocop (1.81.7)
293+
rspec-core (>= 3.13.0, < 5.0.0)
294+
rspec-expectations (>= 3.13.0, < 5.0.0)
295+
rspec-mocks (>= 3.13.0, < 5.0.0)
296+
rspec-support (>= 3.13.0, < 5.0.0)
297+
rspec-support (3.13.7)
298+
rubocop (1.84.2)
310299
json (~> 2.3)
311300
language_server-protocol (~> 3.17.0.2)
312301
lint_roller (~> 1.1.0)
313302
parallel (~> 1.10)
314303
parser (>= 3.3.0.2)
315304
rainbow (>= 2.2.2, < 4.0)
316305
regexp_parser (>= 2.9.3, < 3.0)
317-
rubocop-ast (>= 1.47.1, < 2.0)
306+
rubocop-ast (>= 1.49.0, < 2.0)
318307
ruby-progressbar (~> 1.7)
319308
unicode-display_width (>= 2.4.0, < 4.0)
320-
rubocop-ast (1.48.0)
309+
rubocop-ast (1.49.1)
321310
parser (>= 3.3.7.2)
322-
prism (~> 1.4)
323-
rubocop-md (2.0.3)
311+
prism (~> 1.7)
312+
rubocop-md (2.0.4)
324313
lint_roller (~> 1.1)
325314
rubocop (>= 1.72.1)
326-
rubocop-performance (1.25.0)
315+
rubocop-performance (1.26.1)
327316
lint_roller (~> 1.1)
328317
rubocop (>= 1.75.0, < 2.0)
329-
rubocop-ast (>= 1.38.0, < 2.0)
318+
rubocop-ast (>= 1.47.1, < 2.0)
330319
ruby-progressbar (1.13.0)
331320
rubyzip (3.2.2)
332321
securerandom (0.4.1)
333-
selenium-webdriver (4.38.0)
322+
selenium-webdriver (4.41.0)
334323
base64 (~> 0.2)
335324
logger (~> 1.4)
336325
rexml (~> 3.2, >= 3.2.5)
@@ -340,7 +329,7 @@ GEM
340329
docile (~> 1.1)
341330
simplecov-html (~> 0.11)
342331
simplecov_json_formatter (~> 0.1)
343-
simplecov-console (0.9.4)
332+
simplecov-console (0.9.5)
344333
ansi
345334
simplecov
346335
terminal-table
@@ -358,37 +347,37 @@ GEM
358347
actionpack (>= 6.1)
359348
activesupport (>= 6.1)
360349
sprockets (>= 3.0.0)
361-
standard (1.52.0)
350+
standard (1.54.0)
362351
language_server-protocol (~> 3.17.0.2)
363352
lint_roller (~> 1.0)
364-
rubocop (~> 1.81.7)
353+
rubocop (~> 1.84.0)
365354
standard-custom (~> 1.0.0)
366355
standard-performance (~> 1.8)
367356
standard-custom (1.0.2)
368357
lint_roller (~> 1.0)
369358
rubocop (~> 1.50)
370-
standard-performance (1.8.0)
359+
standard-performance (1.9.0)
371360
lint_roller (~> 1.1)
372-
rubocop-performance (~> 1.25.0)
373-
stringio (3.1.8)
361+
rubocop-performance (~> 1.26.0)
362+
stringio (3.2.0)
374363
tailwindcss-rails (4.4.0)
375364
railties (>= 7.0.0)
376365
tailwindcss-ruby (~> 4.0)
377-
tailwindcss-ruby (4.1.16)
378-
tailwindcss-ruby (4.1.16-aarch64-linux-gnu)
379-
tailwindcss-ruby (4.1.16-aarch64-linux-musl)
380-
tailwindcss-ruby (4.1.16-arm64-darwin)
381-
tailwindcss-ruby (4.1.16-x86_64-darwin)
382-
tailwindcss-ruby (4.1.16-x86_64-linux-gnu)
383-
tailwindcss-ruby (4.1.16-x86_64-linux-musl)
366+
tailwindcss-ruby (4.2.1)
367+
tailwindcss-ruby (4.2.1-aarch64-linux-gnu)
368+
tailwindcss-ruby (4.2.1-aarch64-linux-musl)
369+
tailwindcss-ruby (4.2.1-arm64-darwin)
370+
tailwindcss-ruby (4.2.1-x86_64-darwin)
371+
tailwindcss-ruby (4.2.1-x86_64-linux-gnu)
372+
tailwindcss-ruby (4.2.1-x86_64-linux-musl)
384373
temple (0.10.4)
385374
terminal-table (4.0.0)
386375
unicode-display_width (>= 1.1.1, < 4)
387-
thor (1.4.0)
388-
tilt (2.6.1)
389-
timeout (0.4.4)
376+
thor (1.5.0)
377+
tilt (2.7.0)
378+
timeout (0.6.1)
390379
tsort (0.2.0)
391-
turbo-rails (2.0.20)
380+
turbo-rails (2.0.23)
392381
actionpack (>= 7.1.0)
393382
railties (>= 7.1.0)
394383
tzinfo (2.0.6)
@@ -399,18 +388,18 @@ GEM
399388
uri (1.1.1)
400389
useragent (0.16.11)
401390
warning (1.5.0)
402-
webrick (1.9.1)
391+
webrick (1.9.2)
403392
websocket (1.2.11)
404393
websocket-driver (0.8.0)
405394
base64
406395
websocket-extensions (>= 0.1.0)
407396
websocket-extensions (0.1.5)
408397
xpath (3.2.0)
409398
nokogiri (~> 1.8)
410-
yard (0.9.37)
399+
yard (0.9.38)
411400
yard-activesupport-concern (0.0.1)
412401
yard (>= 0.8)
413-
zeitwerk (2.7.3)
402+
zeitwerk (2.7.5)
414403

415404
PLATFORMS
416405
aarch64-linux-gnu

0 commit comments

Comments
 (0)