Skip to content

Commit 4ae1b0d

Browse files
Update rubocop requirement from ~> 1.76.0 to ~> 1.80.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.76.0...v1.80.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9185167 commit 4ae1b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ gem "bundler"
88
gem "pry"
99
gem "rake"
1010
gem "rspec", "~> 3.1"
11-
gem "rubocop", "~> 1.76.0"
11+
gem "rubocop", "~> 1.80.0"
1212
gem "simplecov", "!= 0.18.0", "!= 0.18.1", "!= 0.18.2", "!= 0.18.3", "!= 0.18.4", "!= 0.18.5", "!= 0.19.0", "!= 0.19.1"

0 commit comments

Comments
 (0)