diff --git a/Gemfile b/Gemfile index 63f834d22..f7535aa4a 100644 --- a/Gemfile +++ b/Gemfile @@ -138,7 +138,7 @@ group :development, :test do gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution gem "rspec-rails", "~> 4.0" # rspec-rails is a testing framework for Rails 3+ gem "rubocop", "~> 0.84", require: false # Automatic Ruby code style checking tool - gem "rubocop-performance", "~> 1.5", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code + gem "rubocop-performance", "~> 1.6", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code gem "rubocop-rails", "~> 2.5", require: false # Automatic Rails code style checking tool gem "rubocop-rspec", "~> 1.39", require: false # Code style checking for RSpec files gem "spring", "~> 2.1" # Preloads your application so things like console, rake and tests run faster diff --git a/Gemfile.lock b/Gemfile.lock index 748851218..cc4cfe2bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -521,7 +521,7 @@ GEM parallel (1.19.1) parallel_tests (2.32.0) parallel - parser (2.7.1.2) + parser (2.7.1.3) ast (~> 2.4.0) patron (0.13.3) percy-capybara (4.2.0) @@ -673,7 +673,7 @@ GEM unicode-display_width (>= 1.4.0, < 2.0) rubocop-ast (0.0.3) parser (>= 2.7.0.1) - rubocop-performance (1.5.2) + rubocop-performance (1.6.0) rubocop (>= 0.71.0) rubocop-rails (2.5.2) activesupport @@ -961,7 +961,7 @@ DEPENDENCIES rspec-rails (~> 4.0) rspec-retry (~> 0.6) rubocop (~> 0.84) - rubocop-performance (~> 1.5) + rubocop-performance (~> 1.6) rubocop-rails (~> 2.5) rubocop-rspec (~> 1.39) ruby-prof (~> 1.4)