Skip to content

Commit

Permalink
Bump rubocop-rspec from 2.29.2 to 2.30.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.2 to 2.30.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.29.2...v2.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 3, 2024
1 parent 317d509 commit e434d8e
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 @@ -90,7 +90,7 @@ group :rubocop do
gem 'rubocop-performance', require: false
gem 'rubocop-rails', '~> 2.25.0', require: false
gem 'rubocop-rake', require: false
gem 'rubocop-rspec', '~> 2.29.2', require: false
gem 'rubocop-rspec', '~> 2.30.0', require: false
end

group :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ GEM
orm_adapter (0.5.0)
os (1.1.4)
parallel (1.24.0)
parser (3.3.1.0)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand Down Expand Up @@ -419,7 +419,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.29.2)
rubocop-rspec (2.30.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -525,7 +525,7 @@ DEPENDENCIES
rubocop-performance
rubocop-rails (~> 2.25.0)
rubocop-rake
rubocop-rspec (~> 2.29.2)
rubocop-rspec (~> 2.30.0)
ruby-filemagic
ruby-progressbar
rubyzip
Expand Down

0 comments on commit e434d8e

Please sign in to comment.