diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ group :test do # RuboCop gem 'rubocop', '~> 1.26.0' gem 'rubocop-performance', '~> 1.13.0' - gem 'rubocop-rails', '~> 2.13.0' + gem 'rubocop-rails', '~> 2.14.0' end local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") |