summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-03-02 02:09:51 +0000
committerGo MAEDA <maeda@farend.jp>2021-03-02 02:09:51 +0000
commitd19e0f987a29cec00ed2446e08bd1e5fe66bf096 (patch)
tree7ed55c0590dde716088102a10f00a543494b6f2c /Gemfile
parentfe2fa3f10c95713666d7b604c3e9ac9839fc3a3f (diff)
downloadredmine-d19e0f987a29cec00ed2446e08bd1e5fe66bf096.tar.gz
redmine-d19e0f987a29cec00ed2446e08bd1e5fe66bf096.zip
Update RuboCop Performance to 1.10 (#34159).
git-svn-id: http://svn.redmine.org/redmine/trunk@20759 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 e84ad0ebb..031fc9bdc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -94,7 +94,7 @@ group :test do
gem 'webdrivers', '~> 4.4', require: false
# RuboCop
gem 'rubocop', '~> 1.11.0'
- gem 'rubocop-performance', '~> 1.9.0'
+ gem 'rubocop-performance', '~> 1.10.1'
gem 'rubocop-rails', '~> 2.9.0'
end