diff --git a/Gemfile b/Gemfile index 5f76d001a..372d62219 100644 --- a/Gemfile +++ b/Gemfile @@ -133,7 +133,7 @@ group :development, :test do gem "rspec-rails", "~> 3.8" # rspec-rails is a testing framework for Rails 3+ gem "rubocop", "~> 0.72", require: false # Automatic Ruby code style checking tool gem "rubocop-performance", "~> 1.4", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code - gem "rubocop-rails", "~> 2.0", require: false # Automatic Rails code style checking tool + gem "rubocop-rails", "~> 2.2", require: false # Automatic Rails code style checking tool gem "rubocop-rspec", "~> 1.33", require: false # Code style checking for RSpec files gem "spring", "~> 2.1" # Preloads your application so things like console, rake and tests run faster gem "spring-commands-rspec", "~> 1.0" # rspec command for spring diff --git a/Gemfile.lock b/Gemfile.lock index 3b8c2b2ec..c2f507bdc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -659,9 +659,9 @@ GEM unicode-display_width (>= 1.4.0, < 1.7) rubocop-performance (1.4.0) rubocop (>= 0.71.0) - rubocop-rails (2.0.1) + rubocop-rails (2.2.0) rack (>= 1.1) - rubocop (>= 0.70.0) + rubocop (>= 0.72.0) rubocop-rspec (1.33.0) rubocop (>= 0.60.0) ruby-prof (0.18.0) @@ -951,7 +951,7 @@ DEPENDENCIES rspec-retry (~> 0.6) rubocop (~> 0.72) rubocop-performance (~> 1.4) - rubocop-rails (~> 2.0) + rubocop-rails (~> 2.2) rubocop-rspec (~> 1.33) ruby-prof (~> 0.18) rubyzip (~> 1.2)