Skip to content

Commit

Permalink
chore(deps): bump rubocop-rspec from 3.0.5 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 3.0.5 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@v3.0.5...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 8dac8e0 commit 07daf06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.2'
gem 'rubocop', '~> 1.66'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 3.0'
gem 'rubocop-rspec', '~> 3.1'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.1'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.0.5)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
Expand Down Expand Up @@ -106,7 +106,7 @@ DEPENDENCIES
rspec (~> 3.2)
rubocop (~> 1.66)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.0)
rubocop-rspec (~> 3.1)
simplecov (~> 0.22.0)
webmock (~> 3.1)

Expand Down

0 comments on commit 07daf06

Please sign in to comment.