Skip to content

Commit 1aefbe5

Browse files
Update rubocop requirement from ~> 1.60.2 to ~> 1.75.8
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.60.2...v1.75.8) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1df88ff commit 1aefbe5

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
@@ -9,5 +9,5 @@ gem "codeclimate-test-reporter", "0.4.4"
99
gem "pry"
1010
gem "rake"
1111
gem "rspec", "~> 3.1"
12-
gem "rubocop", "~> 1.60.2"
12+
gem "rubocop", "~> 1.76.0"
1313
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)