summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-10-30 01:17:20 +0000
committerGo MAEDA <maeda@farend.jp>2023-10-30 01:17:20 +0000
commit5c2c6092cdfecafec4482e3183337fc11272db99 (patch)
treec2394df960cca97c5e215867d59783a8175b2e27 /Gemfile
parentf6c9c725bdbdf1474019093f01034eabf2eb7df8 (diff)
downloadredmine-5c2c6092cdfecafec4482e3183337fc11272db99.tar.gz
redmine-5c2c6092cdfecafec4482e3183337fc11272db99.zip
Update RuboCop Rails to 2.22 (#37248).
git-svn-id: https://svn.redmine.org/redmine/trunk@22401 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 1285ed49b..5b789f927 100644
--- a/Gemfile
+++ b/Gemfile
@@ -109,7 +109,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.57.0', require: false
gem 'rubocop-performance', '~> 1.19.0', require: false
- gem 'rubocop-rails', '~> 2.21.2', require: false
+ gem 'rubocop-rails', '~> 2.22.1', require: false
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")