]> source.dussan.org Git - redmine.git/commitdiff
Don't load RuboCop by default (#36919).
authorGo MAEDA <maeda@farend.jp>
Fri, 3 Mar 2023 02:18:56 +0000 (02:18 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 3 Mar 2023 02:18:56 +0000 (02:18 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22126 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 04ab29334ba23e365837dda8b42ef434dbde57b1..292cf0c1a7dbc3619aaad68fc03509a90fd208ed 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -103,9 +103,9 @@ group :test do
   gem "selenium-webdriver", "~> 3.142.7"
   gem 'webdrivers', '4.6.1', require: false
   # RuboCop
-  gem 'rubocop', '~> 1.47.0'
-  gem 'rubocop-performance', '~> 1.16.0'
-  gem 'rubocop-rails', '~> 2.17.2'
+  gem 'rubocop', '~> 1.47.0', require: false
+  gem 'rubocop-performance', '~> 1.16.0', require: false
+  gem 'rubocop-rails', '~> 2.17.2', require: false
 end
 
 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")