From 0a7bef212fc676f974866c642dbe8b9120c99455 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Sun, 9 Sep 2018 17:46:47 +0000 Subject: [PATCH] Update rubocop to version 0.59.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2c7f0ac0..4a841022 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.58.2' + gem 'rubocop', '~> 0.59.0' gem 'rubocop-rspec', '~> 1.29.0' end gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0')