Skip to content

Commit 7918faa

Browse files
authored
Merge pull request #628 from alphagov/dependabot/bundler/rspec-rails-8.0.4
2 parents 89dd808 + 66f77c8 commit 7918faa

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

Gemfile.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
diff-lcs (1.6.2)
6969
docile (1.4.1)
7070
drb (2.2.3)
71-
erb (6.0.1)
71+
erb (6.0.2)
7272
erubi (1.13.1)
7373
faraday (2.14.1)
7474
faraday-net_http (>= 2.0, < 3.5)
@@ -176,7 +176,7 @@ GEM
176176
prism (>= 1.3.0)
177177
rdoc (>= 4.0.0)
178178
reline (>= 0.4.2)
179-
json (2.18.1)
179+
json (2.19.1)
180180
json_schemer (2.5.0)
181181
bigdecimal
182182
hana (~> 1.3)
@@ -198,7 +198,8 @@ GEM
198198
matrix (0.4.2)
199199
method_source (1.1.0)
200200
mini_mime (1.1.5)
201-
minitest (6.0.1)
201+
minitest (6.0.2)
202+
drb (~> 2.0)
202203
prism (~> 1.5)
203204
msgpack (1.8.0)
204205
multi_json (1.17.0)
@@ -429,8 +430,8 @@ GEM
429430
activesupport (>= 5.0.0)
430431
minitest
431432
nokogiri (>= 1.6)
432-
rails-html-sanitizer (1.6.2)
433-
loofah (~> 2.21)
433+
rails-html-sanitizer (1.7.0)
434+
loofah (~> 2.25)
434435
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)
435436
railties (8.1.2)
436437
actionpack (= 8.1.2)
@@ -465,17 +466,17 @@ GEM
465466
rspec-expectations (3.13.5)
466467
diff-lcs (>= 1.2.0, < 2.0)
467468
rspec-support (~> 3.13.0)
468-
rspec-mocks (3.13.7)
469+
rspec-mocks (3.13.8)
469470
diff-lcs (>= 1.2.0, < 2.0)
470471
rspec-support (~> 3.13.0)
471-
rspec-rails (8.0.3)
472+
rspec-rails (8.0.4)
472473
actionpack (>= 7.2)
473474
activesupport (>= 7.2)
474475
railties (>= 7.2)
475-
rspec-core (~> 3.13)
476-
rspec-expectations (~> 3.13)
477-
rspec-mocks (~> 3.13)
478-
rspec-support (~> 3.13)
476+
rspec-core (>= 3.13.0, < 5.0.0)
477+
rspec-expectations (>= 3.13.0, < 5.0.0)
478+
rspec-mocks (>= 3.13.0, < 5.0.0)
479+
rspec-support (>= 3.13.0, < 5.0.0)
479480
rspec-support (3.13.7)
480481
rubocop (1.82.1)
481482
json (~> 2.3)
@@ -560,7 +561,7 @@ GEM
560561
websocket (1.2.11)
561562
xpath (3.2.0)
562563
nokogiri (~> 1.8)
563-
zeitwerk (2.7.4)
564+
zeitwerk (2.7.5)
564565

565566
PLATFORMS
566567
aarch64-linux

0 commit comments

Comments
 (0)