mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-18 15:08:12 +00:00
Update RuboCop Rails to 2.26 (#39889).
git-svn-id: https://svn.redmine.org/redmine/trunk@22986 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b1767ab637
commit
fd83e97b13
2
Gemfile
2
Gemfile
@ -109,7 +109,7 @@ group :test do
|
|||||||
# RuboCop
|
# RuboCop
|
||||||
gem 'rubocop', '~> 1.65.0', require: false
|
gem 'rubocop', '~> 1.65.0', require: false
|
||||||
gem 'rubocop-performance', '~> 1.21.0', require: false
|
gem 'rubocop-performance', '~> 1.21.0', require: false
|
||||||
gem 'rubocop-rails', '~> 2.25.0', require: false
|
gem 'rubocop-rails', '~> 2.26.0', require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
|
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user