summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-05-07 04:36:16 +0000
committerGo MAEDA <maeda@farend.jp>2021-05-07 04:36:16 +0000
commit6a49e000c78771e1719720ccf63bee0b99347933 (patch)
tree27f3c0ce54e9be553ccb08a9172c0bfe866a4579 /Gemfile
parentb5b02f6ac44cbbcb29a9ece31d709dc371f0f9a4 (diff)
downloadredmine-6a49e000c78771e1719720ccf63bee0b99347933.tar.gz
redmine-6a49e000c78771e1719720ccf63bee0b99347933.zip
Update RuboCop Rails to 2.10 (#35207).
git-svn-id: http://svn.redmine.org/redmine/trunk@20989 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 c7f19e26f..99ed8e331 100644
--- a/Gemfile
+++ b/Gemfile
@@ -94,7 +94,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.14.0'
gem 'rubocop-performance', '~> 1.11.0'
- gem 'rubocop-rails', '~> 2.9.0'
+ gem 'rubocop-rails', '~> 2.10.1'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")