Skip to content

Commit

Permalink
Upgrade: Bump rubocop-rspec from 2.24.1 to 2.25.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.24.1 to 2.25.0.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.24.1...v2.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 1d82c92 commit 1e9402f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ group :development do
gem 'rubocop', '~> 1.56', require: false
gem 'rubocop-performance', '~> 1.19', require: false
gem 'rubocop-rails', '~> 2.22', require: false
gem 'rubocop-rspec', '~> 2.24', require: false
gem 'rubocop-rspec', '~> 2.25', require: false
gem 'web-console', '~> 4.2'
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ GEM
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.24.1)
rubocop (~> 1.33)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -634,7 +634,7 @@ DEPENDENCIES
rubocop (~> 1.56)
rubocop-performance (~> 1.19)
rubocop-rails (~> 2.22)
rubocop-rspec (~> 2.24)
rubocop-rspec (~> 2.25)
ruby-progressbar (~> 1.13)
sass-rails (~> 6.0)
seed-fu (~> 2.3)
Expand Down

0 comments on commit 1e9402f

Please sign in to comment.