diff --git a/Gemfile b/Gemfile index a58eb647..f6a6140f 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ group :development, :test do gem 'byebug', platform: :mri gem 'rubocop', '~> 0.92.0', require: false gem 'rubocop-performance', '~> 1.8.1' - gem 'rubocop-rails', '~> 2.7.1' + gem 'rubocop-rails', '~> 2.8.1' gem 'dotenv-rails' end diff --git a/Gemfile.lock b/Gemfile.lock index d9adbcc5..09a00666 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,7 +267,7 @@ GEM rubocop-performance (1.8.1) rubocop (>= 0.87.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.7.1) + rubocop-rails (2.8.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 0.87.0) @@ -368,7 +368,7 @@ DEPENDENCIES resque-heroku-signals rubocop (~> 0.92.0) rubocop-performance (~> 1.8.1) - rubocop-rails (~> 2.7.1) + rubocop-rails (~> 2.8.1) sassc-rails (~> 2.1.2) selenium-webdriver sentry-raven