Skip to content

Commit

Permalink
Bump rspec-rails from 6.1.4 to 7.0.1
Browse files Browse the repository at this point in the history
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.4 to 7.0.1.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.1.4...v7.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 7, 2024
1 parent e88becb commit 6fd18ff
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 @@ -72,7 +72,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.0.1"
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 @@ -352,10 +352,10 @@ GEM
rspec-mocks (3.13.1)
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.0.1)
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 @@ -496,7 +496,7 @@ DEPENDENCIES
rails (~> 7.1.3)
redis (~> 5.3)
rolify
rspec-rails (~> 6.1.1)
rspec-rails (~> 7.0.1)
rubocop-rails
rubocop-rails_config
rubocop-rspec
Expand Down

0 comments on commit 6fd18ff

Please sign in to comment.