Skip to content

Commit 49b8bf8

Browse files
⬆️ Upgrade dependency rspec-rails to v7
1 parent 231c87b commit 49b8bf8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ end
2424
group :test do
2525
gem "rspec", "~> 3.13.0"
2626
gem "rspec-mocks", "~> 3.13.0"
27-
gem "rspec-rails", "~> 6.1.0"
27+
gem "rspec-rails", "~> 7.1.0"
2828
gem "factory_bot_rails", "~> 6.5.0"
2929
gem "webmock", "~> 3.25.0"
3030
gem "shoulda-matchers", "~> 6.5.0"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,10 @@ GEM
333333
rspec-mocks (3.13.5)
334334
diff-lcs (>= 1.2.0, < 2.0)
335335
rspec-support (~> 3.13.0)
336-
rspec-rails (6.1.5)
337-
actionpack (>= 6.1)
338-
activesupport (>= 6.1)
339-
railties (>= 6.1)
336+
rspec-rails (7.1.1)
337+
actionpack (>= 7.0)
338+
activesupport (>= 7.0)
339+
railties (>= 7.0)
340340
rspec-core (~> 3.13)
341341
rspec-expectations (~> 3.13)
342342
rspec-mocks (~> 3.13)
@@ -437,7 +437,7 @@ DEPENDENCIES
437437
rails-erd (~> 1.7.2)
438438
rspec (~> 3.13.0)
439439
rspec-mocks (~> 3.13.0)
440-
rspec-rails (~> 6.1.0)
440+
rspec-rails (~> 7.1.0)
441441
rubocop-config-captive (~> 1.16.0)
442442
shoulda-matchers (~> 6.5.0)
443443
sprockets-rails (~> 3.5.0)

0 commit comments

Comments
 (0)