Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aee3780

Browse files
authoredJun 9, 2025··
Merge pull request #6410 from rubyforgood/dependabot/bundler/rspec-rails-8.0.0
build(deps-dev): bump rspec-rails from 7.1.1 to 8.0.0
2 parents f5e2d7d + 0bafddc commit aee3780

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
 

‎Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ GEM
9595
faraday_middleware (~> 1.0, >= 1.0.0.rc1)
9696
net-http-persistent (~> 4.0)
9797
nokogiri (~> 1, >= 1.10.8)
98-
base64 (0.2.0)
98+
base64 (0.3.0)
9999
bcrypt (3.1.20)
100-
benchmark (0.4.0)
100+
benchmark (0.4.1)
101101
better_html (2.1.1)
102102
actionview (>= 6.0)
103103
activesupport (>= 6.0)
@@ -172,7 +172,7 @@ GEM
172172
devise_invitable (2.0.11)
173173
actionmailer (>= 5.0)
174174
devise (>= 4.6)
175-
diff-lcs (1.5.1)
175+
diff-lcs (1.6.2)
176176
docile (1.4.1)
177177
docx (0.9.1)
178178
nokogiri (~> 1.13, >= 1.13.0)
@@ -460,25 +460,25 @@ GEM
460460
actionpack (>= 5.2)
461461
railties (>= 5.2)
462462
rexml (3.4.1)
463-
rspec-core (3.13.3)
463+
rspec-core (3.13.4)
464464
rspec-support (~> 3.13.0)
465-
rspec-expectations (3.13.3)
465+
rspec-expectations (3.13.5)
466466
diff-lcs (>= 1.2.0, < 2.0)
467467
rspec-support (~> 3.13.0)
468-
rspec-mocks (3.13.2)
468+
rspec-mocks (3.13.5)
469469
diff-lcs (>= 1.2.0, < 2.0)
470470
rspec-support (~> 3.13.0)
471-
rspec-rails (7.1.1)
472-
actionpack (>= 7.0)
473-
activesupport (>= 7.0)
474-
railties (>= 7.0)
471+
rspec-rails (8.0.0)
472+
actionpack (>= 7.2)
473+
activesupport (>= 7.2)
474+
railties (>= 7.2)
475475
rspec-core (~> 3.13)
476476
rspec-expectations (~> 3.13)
477477
rspec-mocks (~> 3.13)
478478
rspec-support (~> 3.13)
479479
rspec-retry (0.6.2)
480480
rspec-core (> 3.3)
481-
rspec-support (3.13.2)
481+
rspec-support (3.13.4)
482482
rspec_junit_formatter (0.6.0)
483483
rspec-core (>= 2, < 4, != 2.12.0)
484484
rswag-api (2.16.0)

0 commit comments

Comments
 (0)
Please sign in to comment.