Skip to content

Commit 7e45591

Browse files
Update rubocop requirement from ~> 0.72.0 to ~> 0.73.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.72.0...v0.73.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 2698d6c commit 7e45591

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.72.0', require: false
19+
gem 'rubocop', '~> 0.73.0', require: false
2020
gem 'simplecov', require: false
2121
end
2222

0 commit comments

Comments
 (0)