diff --git a/Gemfile b/Gemfile index 21ac0174c..7bc7d2e42 100644 --- a/Gemfile +++ b/Gemfile @@ -108,7 +108,7 @@ group :development do gem "pronto-rubocop", "~> 0.11.1", require: false gem "pronto-scss", "~> 0.11.0", require: false gem "rubocop", "~> 0.93.1", require: false - gem "rubocop-performance", "~> 1.7.1", require: false + gem "rubocop-performance", "~> 1.10.1", require: false gem "rubocop-rails", "~> 2.9.1", require: false gem "rubocop-rspec", "~> 1.44.1", require: false gem "rvm1-capistrano3", "~> 1.4.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index c3b27accc..171d49822 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -553,8 +553,9 @@ GEM unicode-display_width (>= 1.4.0, < 2.0) rubocop-ast (1.9.0) parser (>= 3.0.1.1) - rubocop-performance (1.7.1) - rubocop (>= 0.82.0) + rubocop-performance (1.10.2) + rubocop (>= 0.90.0, < 2.0) + rubocop-ast (>= 0.4.0) rubocop-rails (2.9.1) activesupport (>= 4.2.0) rack (>= 1.1) @@ -771,7 +772,7 @@ DEPENDENCIES rollbar (~> 3.1.2) rspec-rails (~> 4.0) rubocop (~> 0.93.1) - rubocop-performance (~> 1.7.1) + rubocop-performance (~> 1.10.1) rubocop-rails (~> 2.9.1) rubocop-rspec (~> 1.44.1) rvm1-capistrano3 (~> 1.4.0)