Skip to content

Commit

Permalink
Update rubocop-rspec requirement from ~> 3.2.0 to ~> 3.3.0 (#5)
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version.

Updates `rubocop-rspec` to 3.3.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.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:production
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent ddaa6d4 commit b46e273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'rspec', '~> 3.13.0'
# linting
gem 'rubocop', '~> 1.69.0'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 3.2.0'
gem 'rubocop-rspec', '~> 3.3.0'
gem 'webmock', '~> 3.24.0'

# git
Expand Down

0 comments on commit b46e273

Please sign in to comment.