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')