Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.48.1 to ~> 1.55.1
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@v1.48.1...v1.55.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 097f837 commit d434d1b
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 @@ -47,7 +47,7 @@ group :test, :development do
gem 'awesome_print'
gem 'gem-release'
gem 'redis'
gem 'rubocop', '~> 1.48.1', require: false # bumped
gem 'rubocop', '~> 1.55.1', require: false # bumped
gem 'rubocop-rspec', require: false
gem 'pry-byebug'
gem 'webdrivers', '~> 4.1'
Expand Down

0 comments on commit d434d1b

Please sign in to comment.