summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-08-15 00:53:19 +0000
committerGo MAEDA <maeda@farend.jp>2019-08-15 00:53:19 +0000
commit76788318a77f766e740b349f59ac3759ca7c145e (patch)
tree630c711c795d0d84a722d1886ebad06e9d0f62a9 /Gemfile
parentf036c984e922658e77a9d3292e6532e4708ce403 (diff)
downloadredmine-76788318a77f766e740b349f59ac3759ca7c145e.tar.gz
redmine-76788318a77f766e740b349f59ac3759ca7c145e.zip
Update RuboCop to 0.74.0 (#31509).
git-svn-id: http://svn.redmine.org/redmine/trunk@18371 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index ec8d6e245..d244bd2b9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -84,8 +84,8 @@ group :test do
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.25.0")
gem "selenium-webdriver"
# RuboCop
- gem 'rubocop', '~> 0.72.0'
- gem 'rubocop-rails', '~> 2.1.0'
+ gem 'rubocop', '~> 0.74.0'
+ gem 'rubocop-rails', '~> 2.3.0'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")