Skip to content

Commit 7025297

Browse files
dependabot[bot]skryukov
authored andcommitted
Bump rspec-rails from 7.1.1 to 8.0.0
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to 8.0.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v7.1.1...v8.0.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 776fec3 commit 7025297

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ group :development, :test do
6060
gem "rubocop-rails-omakase", require: false
6161

6262
# RSpec for Rails 7+
63-
gem "rspec-rails", "~> 7.1"
63+
gem "rspec-rails", "~> 8.0"
6464

6565
# Fixtures replacement with a straightforward definition syntax
6666
gem "factory_bot_rails"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,10 @@ GEM
279279
rspec-mocks (3.13.4)
280280
diff-lcs (>= 1.2.0, < 2.0)
281281
rspec-support (~> 3.13.0)
282-
rspec-rails (7.1.1)
283-
actionpack (>= 7.0)
284-
activesupport (>= 7.0)
285-
railties (>= 7.0)
282+
rspec-rails (8.0.0)
283+
actionpack (>= 7.2)
284+
activesupport (>= 7.2)
285+
railties (>= 7.2)
286286
rspec-core (~> 3.13)
287287
rspec-expectations (~> 3.13)
288288
rspec-mocks (~> 3.13)
@@ -420,7 +420,7 @@ DEPENDENCIES
420420
propshaft
421421
puma (>= 5.0)
422422
rails (~> 8.0.2)
423-
rspec-rails (~> 7.1)
423+
rspec-rails (~> 8.0)
424424
rubocop-rails-omakase
425425
selenium-webdriver
426426
solid_cable

0 commit comments

Comments
 (0)