summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-03-25 02:39:54 +0000
committerGo MAEDA <maeda@farend.jp>2023-03-25 02:39:54 +0000
commit817d8100c1aecc28f5327f0c9b0e7f9fd54d04c8 (patch)
treeed1b205692b560f4cf3f7cd5462d8cd1876e8c40 /Gemfile
parentc1c9a5039784a7d97e104c4ffd84695ff8a25823 (diff)
downloadredmine-817d8100c1aecc28f5327f0c9b0e7f9fd54d04c8.tar.gz
redmine-817d8100c1aecc28f5327f0c9b0e7f9fd54d04c8.zip
Update RuboCop Rails to 2.18 (#37248).
git-svn-id: https://svn.redmine.org/redmine/trunk@22154 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 7a2d1e6dd..293866b57 100644
--- a/Gemfile
+++ b/Gemfile
@@ -105,7 +105,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.48.1', require: false
gem 'rubocop-performance', '~> 1.16.0', require: false
- gem 'rubocop-rails', '~> 2.17.2', require: false
+ gem 'rubocop-rails', '~> 2.18.0', require: false
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")