summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-05-01 05:51:51 +0000
committerGo MAEDA <maeda@farend.jp>2022-05-01 05:51:51 +0000
commitd2ce08e794508fef3e952c3a6f98c2017e325cba (patch)
tree812fd4ed2c7c4538fe01a6791249aadddbac76ac /Gemfile
parenta554e1d7bde390ad6a3316c08cef6ea02e2c37c6 (diff)
downloadredmine-d2ce08e794508fef3e952c3a6f98c2017e325cba.tar.gz
redmine-d2ce08e794508fef3e952c3a6f98c2017e325cba.zip
Update RuboCop to 1.28 (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@21547 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 81ac1e506..9bf1b3d9e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -100,7 +100,7 @@ group :test do
gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '4.6.1', require: false
# RuboCop
- gem 'rubocop', '~> 1.27.0'
+ gem 'rubocop', '~> 1.28.2'
gem 'rubocop-performance', '~> 1.13.0'
gem 'rubocop-rails', '~> 2.14.0'
end