Skip to content

Commit 45eacb8

Browse files
Update rubocop requirement from ~> 1.73.2 to ~> 1.74.0
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.73.2...v1.74.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e7355c commit 45eacb8

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
@@ -9,4 +9,4 @@ gem 'appraisal'
99
gem 'minitest', '~> 5.0'
1010
gem 'minitest-reporters', '~> 1.7.1'
1111
gem 'rake', '~> 13.2'
12-
gem 'rubocop', '~> 1.73.2'
12+
gem 'rubocop', '~> 1.74.0'

0 commit comments

Comments
 (0)