From 1ec76b9251edb0e3edd159a72ec7fde58e1a22f8 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 8 Apr 2019 17:09:27 +0900 Subject: [PATCH] Bump RuboCop Performance to 1.1.0 RuboCop Performance 1.1.0 has been released. https://rubygems.org/gems/rubocop-performance/versions/1.1.0 Refer https://github.com/rubocop-hq/rubocop-performance/pull/41. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 130e1d7e30e..88453285cdd 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'pry' gem 'pry-byebug' if RUBY_ENGINE == 'ruby' gem 'rake', '~> 12.0' gem 'rspec', '~> 3.7' -gem 'rubocop-performance', '~> 1.0.0' +gem 'rubocop-performance', '~> 1.1.0' gem 'rubocop-rspec', '~> 1.32.0' gem 'simplecov', '~> 0.10' gem 'test-queue'