Skip to content

Commit

Permalink
build(deps): update rubocop requirement from < 1.29 to < 1.63
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.0.0...v1.62.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2024
1 parent 457df49 commit 912444f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gem 'inch', '~> 0.8'
gem 'pry', '~> 0.14.1'
gem 'rake', ['>= 12.3.3', '~> 13.0']
gem 'rspec', '~> 3'
gem 'rubocop', '< 1.29'
gem 'rubocop', '< 1.63'
gem 'rubocop-rake', '~> 0'
gem 'rubocop-rspec', '~> 2'
gem 'simplecov', '~> 0.18'
Expand Down

0 comments on commit 912444f

Please sign in to comment.