Skip to content

Commit

Permalink
Bump rubocop-rspec from 2.29.2 to 3.0.1
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 3.0.1.
- [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...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent fa8fe4e commit 3c3f8b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ group :development do
gem 'rspec', '~> 3.13'
gem 'rubocop', '~> 1.64'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 2.29', '>= 2.29.2'
gem 'rubocop-rspec', '~> 3.0'
gem 'super_diff', '~> 0.12.1'
end

Expand Down
23 changes: 7 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ GEM
ruby2_keywords (~> 0.0.1)
nio4r (2.7.3)
optimist (3.1.0)
parallel (1.24.0)
parser (3.3.2.0)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
patience_diff (1.2.0)
Expand Down Expand Up @@ -64,8 +64,8 @@ GEM
regexp_parser (2.9.2)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.1)
strscan
rqrcode (2.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
Expand Down Expand Up @@ -96,19 +96,10 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
rubocop-rspec (3.0.1)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby-units (4.0.3)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -156,7 +147,7 @@ DEPENDENCIES
rspec (~> 3.13)
rubocop (~> 1.64)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.29, >= 2.29.2)
rubocop-rspec (~> 3.0)
ruby-units (~> 4.0, >= 4.0.3)
sentry-ruby (~> 5.17, >= 5.17.3)
sinatra (~> 4.0)
Expand Down

0 comments on commit 3c3f8b2

Please sign in to comment.