From 83602ac340f131cb9c3d47b83a5acb95954e0ef1 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Mon, 23 Jul 2018 19:43:38 +0000 Subject: [PATCH] Update rubocop to version 0.58.2 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2d47d7be..5f2e5196 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.57.2' + gem 'rubocop', '~> 0.58.2' gem 'rubocop-rspec', '~> 1.27.0' end gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0')