Skip to content

Commit

Permalink
build(deps-dev): bump rspec-rails from 7.0.1 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.0.1 to 7.1.0.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v7.0.1...v7.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 646792a commit ccbea17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ group :development, :test do

gem "solr_wrapper", ">= 0.3"

gem "rspec-rails", "~> 7.0"
gem "rspec-rails", "~> 7.1"
gem "fuubar"
gem "shoulda-matchers"
gem "factory_bot_rails"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ GEM
mini_histogram (0.3.1)
mini_mime (1.1.5)
minitar (1.0.2)
minitest (5.25.1)
minitest (5.25.4)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand Down Expand Up @@ -451,15 +451,15 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.0.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)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rspec-support (3.13.2)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -660,7 +660,7 @@ DEPENDENCIES
rails-controller-testing (~> 1.0, >= 1.0.5)
redis (~> 5.3)
rsolr (>= 1.0, < 3)
rspec-rails (~> 7.0)
rspec-rails (~> 7.1)
rubocop-capybara
rubocop-factory_bot
rubocop-performance
Expand Down

0 comments on commit ccbea17

Please sign in to comment.