summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5f211a018..f3d7d470a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -106,7 +106,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.23.0'
gem 'rubocop-performance', '~> 1.12.0'
- gem 'rubocop-rails', '~> 2.11.0'
+ gem 'rubocop-rails', '~> 2.12.4'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")