summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-12-09 04:14:42 +0000
committerGo MAEDA <maeda@farend.jp>2020-12-09 04:14:42 +0000
commit62a212faa4083ba068ab740e69857707208d6e2e (patch)
tree789377871ae6bb713df18389013b1b36fbf4eccc /Gemfile
parent800d35c0166d589e2e196f67010f564aa8050345 (diff)
downloadredmine-62a212faa4083ba068ab740e69857707208d6e2e.tar.gz
redmine-62a212faa4083ba068ab740e69857707208d6e2e.zip
Update RuboCop Rails to 2.9 (#32531).
git-svn-id: http://svn.redmine.org/redmine/trunk@20585 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f94039a76..9824c3b2e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -94,7 +94,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.5.2'
gem 'rubocop-performance', '~> 1.9.0'
- gem 'rubocop-rails', '~> 2.8.0'
+ gem 'rubocop-rails', '~> 2.9.0'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")