Skip to content

Commit e402fc2

Browse files
authored
chore(deps-dev): bump rspec-rails from 8.0.3 to 8.0.4 (#617)
2 parents f9748c8 + 9362366 commit e402fc2

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

Gemfile.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ GEM
249249
actionview (>= 7.0.0)
250250
activesupport (>= 7.0.0)
251251
jmespath (1.6.2)
252-
json (2.18.1)
252+
json (2.19.1)
253253
jwt (2.10.2)
254254
base64
255255
kamal (2.10.1)
@@ -289,7 +289,8 @@ GEM
289289
mini_magick (5.3.1)
290290
logger
291291
mini_mime (1.1.5)
292-
minitest (6.0.1)
292+
minitest (6.0.2)
293+
drb (~> 2.0)
293294
prism (~> 1.5)
294295
mission_control-jobs (1.1.0)
295296
actioncable (>= 7.1)
@@ -431,8 +432,8 @@ GEM
431432
activesupport (>= 5.0.0)
432433
minitest
433434
nokogiri (>= 1.6)
434-
rails-html-sanitizer (1.6.2)
435-
loofah (~> 2.21)
435+
rails-html-sanitizer (1.7.0)
436+
loofah (~> 2.25)
436437
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)
437438
railties (8.1.2)
438439
actionpack (= 8.1.2)
@@ -466,17 +467,17 @@ GEM
466467
rspec-expectations (3.13.5)
467468
diff-lcs (>= 1.2.0, < 2.0)
468469
rspec-support (~> 3.13.0)
469-
rspec-mocks (3.13.7)
470+
rspec-mocks (3.13.8)
470471
diff-lcs (>= 1.2.0, < 2.0)
471472
rspec-support (~> 3.13.0)
472-
rspec-rails (8.0.3)
473+
rspec-rails (8.0.4)
473474
actionpack (>= 7.2)
474475
activesupport (>= 7.2)
475476
railties (>= 7.2)
476-
rspec-core (~> 3.13)
477-
rspec-expectations (~> 3.13)
478-
rspec-mocks (~> 3.13)
479-
rspec-support (~> 3.13)
477+
rspec-core (>= 3.13.0, < 5.0.0)
478+
rspec-expectations (>= 3.13.0, < 5.0.0)
479+
rspec-mocks (>= 3.13.0, < 5.0.0)
480+
rspec-support (>= 3.13.0, < 5.0.0)
480481
rspec-support (3.13.7)
481482
rubocop (1.84.1)
482483
json (~> 2.3)

0 commit comments

Comments
 (0)