]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop Rails to 2.5 (#32531).
authorGo MAEDA <maeda@farend.jp>
Fri, 27 Mar 2020 07:09:10 +0000 (07:09 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 27 Mar 2020 07:09:10 +0000 (07:09 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19623 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 9c84e5809d8834f095e1d44e35adde4cd124d3e4..772e4543ed1e4543548db941fd11779c39ae3e8f 100644 (file)
--- 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")