diff options
author | Go MAEDA <maeda@farend.jp> | 2023-03-25 02:39:54 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-03-25 02:39:54 +0000 |
commit | 817d8100c1aecc28f5327f0c9b0e7f9fd54d04c8 (patch) | |
tree | ed1b205692b560f4cf3f7cd5462d8cd1876e8c40 /Gemfile | |
parent | c1c9a5039784a7d97e104c4ffd84695ff8a25823 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |