mirror of
https://github.com/redmine/redmine.git
synced 2025-12-17 14:00:35 +01:00
Update RuboCop Rails to 2.5 (#32531).
git-svn-id: http://svn.redmine.org/redmine/trunk@19623 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -90,7 +90,7 @@ group :test do
|
|||||||
# RuboCop
|
# RuboCop
|
||||||
gem 'rubocop', '~> 0.80.0'
|
gem 'rubocop', '~> 0.80.0'
|
||||||
gem 'rubocop-performance', '~> 1.5.0'
|
gem 'rubocop-performance', '~> 1.5.0'
|
||||||
gem 'rubocop-rails', '~> 2.4.0'
|
gem 'rubocop-rails', '~> 2.5.0'
|
||||||
end
|
end
|
||||||
|
|
||||||
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
|
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
|
||||||
|
|||||||
Reference in New Issue
Block a user