diff --git a/Gemfile b/Gemfile index 9c84e5809..772e4543e 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ group :test do # RuboCop gem 'rubocop', '~> 0.80.0' gem 'rubocop-performance', '~> 1.5.0' - gem 'rubocop-rails', '~> 2.4.0' + gem 'rubocop-rails', '~> 2.5.0' end local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")