From 96ee9180c982483c96871d2c71c9893652783f5a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Sat, 27 Oct 2018 12:21:13 +0000 Subject: [PATCH] Update rubocop to version 0.60.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 15dc5d53..5987da17 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :test do # TODO: Upgrade to >= 0.59 when we drop Rubies below 2.2 # Error: Unsupported Ruby version 2.1 found in `TargetRubyVersion` parameter (in .rubocop.yml). 2.1-compatible analysis was dropped after version 0.58. # Supported versions: 2.2, 2.3, 2.4, 2.5 - gem 'rubocop', '~> 0.57.0' + gem 'rubocop', '~> 0.60.0' gem 'rubocop-rspec', '~> 1.27.0' # last version that can use rubocop < 0.58 end gem 'coveralls'