diff --git a/Gemfile.d/rubocop.rb b/Gemfile.d/rubocop.rb index 1422b06aab8..2315c391b29 100644 --- a/Gemfile.d/rubocop.rb +++ b/Gemfile.d/rubocop.rb @@ -23,8 +23,10 @@ group :test do dedicated_gemfile = ENV['BUNDLE_GEMFILE']&.end_with?('rubocop.rb') + gem 'gergich', '1.2.3', require: false + + gem 'rubocop', '1.19.1', require: false gem 'rubocop-canvas', require: false, path: "#{'../' if dedicated_gemfile}gems/rubocop-canvas" - gem 'rubocop', '1.19.1', require: false gem 'rainbow', '3.0.0', require: false gem 'rubocop-rails', '2.11.3', require: false gem 'rubocop-rspec', '1.33.0', require: false diff --git a/Gemfile.d/rubocop.rb.lock b/Gemfile.d/rubocop.rb.lock index 802b3fdc24a..c589f2a1e60 100644 --- a/Gemfile.d/rubocop.rb.lock +++ b/Gemfile.d/rubocop.rb.lock @@ -22,10 +22,20 @@ GEM zeitwerk (~> 2.2, >= 2.2.2) ast (2.4.2) concurrent-ruby (1.1.9) + gergich (1.2.3) + httparty (~> 0.17) + sqlite3 (~> 1.4) + httparty (0.18.1) + mime-types (~> 3.0) + multi_xml (>= 0.5.2) i18n (1.8.5) concurrent-ruby (~> 1.0) jira_ref_parser (1.0.1) + mime-types (3.3.1) + mime-types-data (~> 3.2015) + mime-types-data (3.2021.0704) minitest (5.14.4) + multi_xml (0.6.0) outrigger (2.1.1) activerecord (>= 5.0, < 6.2) parallel (1.20.0) @@ -56,6 +66,7 @@ GEM rubocop-rspec (1.33.0) rubocop (>= 0.60.0) ruby-progressbar (1.10.1) + sqlite3 (1.4.2) thread_safe (0.3.6) tzinfo (1.2.7) thread_safe (~> 0.1) @@ -66,6 +77,7 @@ PLATFORMS x86_64-darwin-20 DEPENDENCIES + gergich (= 1.2.3) rainbow (= 3.0.0) rubocop (= 1.19.1) rubocop-canvas! diff --git a/Gemfile.d/test.rb b/Gemfile.d/test.rb index 72f929661f9..af3251b680b 100644 --- a/Gemfile.d/test.rb +++ b/Gemfile.d/test.rb @@ -21,7 +21,6 @@ group :test do gem 'rails-dom-testing', '2.0.3' gem 'rails-controller-testing', '1.0.5' - gem 'gergich', '1.2.1', require: false gem 'dotenv', '2.7.5', require: false gem 'testingbot', require: false gem 'brakeman', require: false