Skip to content

Commit 7182409

Browse files
dependabot-preview[bot]mrcasals
authored andcommitted
Update rubocop requirement from ~> 0.50.0 to ~> 0.72.0
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.50.0...v0.72.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1c32ac1 commit 7182409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616

1717
group :development, :test do
1818
gem 'rake'
19-
gem 'rubocop', '~> 0.50.0', require: false
19+
gem 'rubocop', '~> 0.72.0', require: false
2020
gem 'simplecov', require: false
2121
end
2222

0 commit comments

Comments
 (0)