From e5c64a6a3ad72aa790156a97e54482aadaf2a04d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Thu, 7 Jun 2018 00:08:17 +0000 Subject: [PATCH] Upgrade rubocop to version 0.57.1 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a867ac03..d2f97e83 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } group :test do ruby_version = Gem::Version.new(RUBY_VERSION) if ruby_version >= Gem::Version.new('2.1') - gem 'rubocop', '~> 0.56.0' + gem 'rubocop', '~> 0.57.1' gem 'rubocop-rspec', '~> 1.24.0' end gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0')