Skip to content

Commit

Permalink
Bump rspec-rails from 6.1.5 to 7.1.0 (#1406)
Browse files Browse the repository at this point in the history
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.5 to 7.1.0.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.1.5...v7.1.0)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 4d7a3bb commit 7b1f83a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ group :development, :test do
gem "annotate", github: "dabit/annotate_models", branch: "rails-7"
gem "factory_bot_rails"
gem "faker", github: "faker-ruby/faker", branch: :main
gem "rspec-rails", "~> 6.1.1"
gem "rspec-rails", "~> 7.1.0"
gem "rubocop-rails", require: false
gem "rubocop-rails_config"
gem "rubocop-rspec", require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,10 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.5)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-rails (7.1.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
Expand Down Expand Up @@ -552,7 +552,7 @@ DEPENDENCIES
rails (~> 7.2.2)
redis (~> 5.3)
rolify
rspec-rails (~> 6.1.1)
rspec-rails (~> 7.1.0)
rubocop-rails
rubocop-rails_config
rubocop-rspec
Expand Down

0 comments on commit 7b1f83a

Please sign in to comment.