From 40c488f4d922b942f461a3c0c8b3918f918fa06b Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Sun, 14 Oct 2018 07:10:19 +0000 Subject: [PATCH] Update rubocop to version 0.59.2 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 15dc5d53..65ca42b1 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.59.2' gem 'rubocop-rspec', '~> 1.27.0' # last version that can use rubocop < 0.58 end gem 'coveralls'