summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-06-14 13:41:56 +0000
committerGo MAEDA <maeda@farend.jp>2022-06-14 13:41:56 +0000
commit2e6ec180ed022209a18b4e5b9b6b06980d6a10ca (patch)
tree2be0c67300c866738802e431fb730726806214a1 /Gemfile
parent637756eef7123a2e677432d8fca23854c0c4fa67 (diff)
downloadredmine-2e6ec180ed022209a18b4e5b9b6b06980d6a10ca.tar.gz
redmine-2e6ec180ed022209a18b4e5b9b6b06980d6a10ca.zip
Update RuboCop Rails to 2.15 (#37248).
git-svn-id: https://svn.redmine.org/redmine/trunk@21634 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 5542fd6f3..4611ae9a2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -100,7 +100,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.30.1'
gem 'rubocop-performance', '~> 1.14.2'
- gem 'rubocop-rails', '~> 2.14.0'
+ gem 'rubocop-rails', '~> 2.15.0'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")