Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.48.1 to ~> 1.49.0
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.49.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 4, 2023
1 parent 5812350 commit 5741df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,5 +6,5 @@ group :development do
gem "bundler"
gem "minitest", "5.18.0"
gem "coveralls"
gem "rubocop", "~> 1.48.1"
gem "rubocop", "~> 1.49.0"
end

0 comments on commit 5741df9

Please sign in to comment.