Skip to content

Commit ee58d80

Browse files
Bump rspec-rails from 7.1.0 to 7.1.1
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.0 to 7.1.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf5c310 commit ee58d80

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ group :development, :test do
118118

119119
# Our preferred testing library for Ruby and Rails projects
120120
gem "rails-controller-testing"
121-
gem "rspec-rails", "~> 7.1.0"
121+
gem "rspec-rails", "~> 7.1.1"
122122

123123
gem "shoulda-matchers", "~> 6.4"
124124

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ GEM
333333
pundit (2.4.0)
334334
activesupport (>= 3.0.0)
335335
racc (1.8.1)
336-
rack (3.1.8)
336+
rack (3.1.9)
337337
rack-session (2.1.0)
338338
base64 (>= 0.1.0)
339339
rack (>= 3.0.0)
@@ -386,7 +386,7 @@ GEM
386386
rb-fsevent (0.11.2)
387387
rb-inotify (0.10.1)
388388
ffi (~> 1.0)
389-
rdoc (6.11.0)
389+
rdoc (6.12.0)
390390
psych (>= 4.0.0)
391391
redcarpet (3.6.0)
392392
redis-client (0.23.2)
@@ -403,23 +403,23 @@ GEM
403403
chunky_png (~> 1.0)
404404
rqrcode_core (~> 1.0)
405405
rqrcode_core (1.2.0)
406-
rspec-core (3.13.2)
406+
rspec-core (3.13.3)
407407
rspec-support (~> 3.13.0)
408408
rspec-expectations (3.13.3)
409409
diff-lcs (>= 1.2.0, < 2.0)
410410
rspec-support (~> 3.13.0)
411411
rspec-mocks (3.13.2)
412412
diff-lcs (>= 1.2.0, < 2.0)
413413
rspec-support (~> 3.13.0)
414-
rspec-rails (7.1.0)
414+
rspec-rails (7.1.1)
415415
actionpack (>= 7.0)
416416
activesupport (>= 7.0)
417417
railties (>= 7.0)
418418
rspec-core (~> 3.13)
419419
rspec-expectations (~> 3.13)
420420
rspec-mocks (~> 3.13)
421421
rspec-support (~> 3.13)
422-
rspec-support (3.13.1)
422+
rspec-support (3.13.2)
423423
rubocop (1.70.0)
424424
json (~> 2.3)
425425
language_server-protocol (>= 3.17.0)
@@ -593,7 +593,7 @@ DEPENDENCIES
593593
redcarpet (~> 3.6)
594594
rotp (~> 6.3)
595595
rqrcode (~> 2.2)
596-
rspec-rails (~> 7.1.0)
596+
rspec-rails (~> 7.1.1)
597597
rubocop-capybara
598598
rubocop-factory_bot
599599
rubocop-rails

0 commit comments

Comments
 (0)