Skip to content

Commit 0df1da0

Browse files
Merge pull request #285 from cedarcode/dependabot/bundler/all-gems-a40dc5361f
build(deps): bump the all-gems group with 3 updates
2 parents eeec23b + fa3b612 commit 0df1da0

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "webauthn", "~> 3.4"
88
gem 'bootsnap', '~> 1.23', require: false
99
gem 'importmap-rails', '~> 2.2'
1010
gem 'propshaft', '~> 1.3'
11-
gem 'puma', '~> 7.2'
11+
gem 'puma', '~> 8.0'
1212
gem "rollbar", "~> 3.7"
1313
gem 'sqlite3', '>= 1.4'
1414
gem 'stimulus-rails', '~> 1.3'
@@ -33,5 +33,5 @@ end
3333
group :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'
3737
end

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ GEM
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
@@ -203,7 +203,7 @@ GEM
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)
@@ -282,7 +282,7 @@ GEM
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)

0 commit comments

Comments
 (0)