diff options
author | Go MAEDA <maeda@farend.jp> | 2020-01-07 13:49:16 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-01-07 13:49:16 +0000 |
commit | a2b0daca3dd07aa1baa2cc4aedf872d978f1d81f (patch) | |
tree | 1e195d49a24718bd3ad8f1f0f0ea8ada79a9d95d /Gemfile | |
parent | eb6e390ee8b9c6600a1723bb2d7ede5ceda3f210 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |