summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-01-07 13:49:16 +0000
committerGo MAEDA <maeda@farend.jp>2020-01-07 13:49:16 +0000
commita2b0daca3dd07aa1baa2cc4aedf872d978f1d81f (patch)
tree1e195d49a24718bd3ad8f1f0f0ea8ada79a9d95d /Gemfile
parenteb6e390ee8b9c6600a1723bb2d7ede5ceda3f210 (diff)
downloadredmine-a2b0daca3dd07aa1baa2cc4aedf872d978f1d81f.tar.gz
redmine-a2b0daca3dd07aa1baa2cc4aedf872d978f1d81f.zip
Update RuboCop to 0.79 (#32530).
git-svn-id: http://svn.redmine.org/redmine/trunk@19411 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 354adc747..4329d2003 100644
--- a/Gemfile
+++ b/Gemfile
@@ -84,7 +84,7 @@ group :test do
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.29.0")
gem "selenium-webdriver"
# RuboCop
- gem 'rubocop', '~> 0.78.0'
+ gem 'rubocop', '~> 0.79.0'
gem 'rubocop-performance', '~> 1.5.0'
gem 'rubocop-rails', '~> 2.4.0'
end