update gergich
for an optimization, and so that it actually detects if rubocop didn't run Change-Id: Ief5fb5fa7d4c465e8b9b8b1e228de1cc1476de2d Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/272259 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Jacob Burroughs <jburroughs@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
parent
da8b5a1e29
commit
2872ad665f
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue