File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gem "webauthn", "~> 3.4"
88gem 'bootsnap' , '~> 1.23' , require : false
99gem 'importmap-rails' , '~> 2.2'
1010gem 'propshaft' , '~> 1.3'
11- gem 'puma' , '~> 7.2 '
11+ gem 'puma' , '~> 8.0 '
1212gem "rollbar" , "~> 3.7"
1313gem 'sqlite3' , '>= 1.4'
1414gem 'stimulus-rails' , '~> 1.3'
3333group :test do
3434 gem 'capybara' , '~> 3.26'
3535 gem 'minitest-stub_any_instance' , '~> 1.0'
36- gem 'selenium-webdriver' , '~> 4.41 '
36+ gem 'selenium-webdriver' , '~> 4.43 '
3737end
Original file line number Diff line number Diff line change 187187 openssl-signature_algorithm (1.3.0 )
188188 openssl (> 2.0 )
189189 ostruct (0.6.3 )
190- parallel (1.27.0 )
190+ parallel (2.0.1 )
191191 parser (3.3.11.1 )
192192 ast (~> 2.4.1 )
193193 racc
203203 date
204204 stringio
205205 public_suffix (7.0.5 )
206- puma (7.2 .0 )
206+ puma (8.0 .0 )
207207 nio4r (~> 2.0 )
208208 racc (1.8.1 )
209209 rack (3.2.5 )
@@ -252,16 +252,16 @@ GEM
252252 erb
253253 psych (>= 4.0.0 )
254254 tsort
255- regexp_parser (2.11.3 )
255+ regexp_parser (2.12.0 )
256256 reline (0.6.3 )
257257 io-console (~> 0.5 )
258258 rexml (3.4.4 )
259259 rollbar (3.7.0 )
260- rubocop (1.86.0 )
260+ rubocop (1.86.1 )
261261 json (~> 2.3 )
262262 language_server-protocol (~> 3.17.0.2 )
263263 lint_roller (~> 1.1.0 )
264- parallel (~> 1.10 )
264+ parallel (>= 1.10 )
265265 parser (>= 3.3.0.2 )
266266 rainbow (>= 2.2.2 , < 4.0 )
267267 regexp_parser (>= 2.9.3 , < 3.0 )
282282 safety_net_attestation (0.5.0 )
283283 jwt (>= 2.0 , < 4.0 )
284284 securerandom (0.4.1 )
285- selenium-webdriver (4.41 .0 )
285+ selenium-webdriver (4.43 .0 )
286286 base64 (~> 0.2 )
287287 logger (~> 1.4 )
288288 rexml (~> 3.2 , >= 3.2.5 )
@@ -348,13 +348,13 @@ DEPENDENCIES
348348 kamal (~> 2.11 )
349349 minitest-stub_any_instance (~> 1.0 )
350350 propshaft (~> 1.3 )
351- puma (~> 7.2 )
351+ puma (~> 8.0 )
352352 rack-mini-profiler (~> 4.0 )
353353 rails (~> 8.1.1 )
354354 rollbar (~> 3.7 )
355355 rubocop (~> 1.86 )
356356 rubocop-rails (~> 2.34 )
357- selenium-webdriver (~> 4.41 )
357+ selenium-webdriver (~> 4.43 )
358358 sqlite3 (>= 1.4 )
359359 stimulus-rails (~> 1.3 )
360360 web-console (~> 4.3 )
You can’t perform that action at this time.
0 commit comments