Skip to content

Commit

Permalink
Bump rubocop-rspec from 2.24.1 to 3.1.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 3.1.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...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 78ce1f1 commit 6a63e77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development, :test do
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.13'
gem 'rubocop', '~> 1.64'
gem 'rubocop-rspec', '~> 2.24'
gem 'rubocop-rspec', '~> 3.1'
gem 'timecop', '~> 0.9'
gem 'vcr', '~> 5.0'
gem 'webmock', '~> 3.19'
Expand Down
20 changes: 7 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ GEM
open4 (1.3.4)
openstack (3.3.21)
json
parallel (1.24.0)
parser (3.3.1.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -132,7 +132,7 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.1.1)
racc (1.8.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.0.6)
rchardet (1.8.0)
Expand Down Expand Up @@ -184,16 +184,10 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-rspec (2.24.1)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sawyer (0.9.2)
Expand Down Expand Up @@ -247,7 +241,7 @@ DEPENDENCIES
rake (~> 13.0)
rspec (~> 3.13)
rubocop (~> 1.64)
rubocop-rspec (~> 2.24)
rubocop-rspec (~> 3.1)
timecop (~> 0.9)
vcr (~> 5.0)
webmock (~> 3.19)
Expand Down

0 comments on commit 6a63e77

Please sign in to comment.