bump rubocop and rubocop-rails
minor bugfix releases Change-Id: I4543d90776855c2c53a79c3d9db9f9b8d522c4df Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/316044 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Aaron Ogata <aogata@instructure.com> Build-Review: Aaron Ogata <aogata@instructure.com> Build-Review: Cody Cutrer <cody@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
parent
22ab88f649
commit
dc4bdcccc0
|
@ -30,11 +30,11 @@ group :test do
|
|||
gem "gergich", "2.1.1", require: false
|
||||
gem "mime-types-data", "~> 3.2023", require: false
|
||||
|
||||
gem "rubocop", "1.49.0", require: false
|
||||
gem "rubocop", "1.50.2", require: false
|
||||
gem "rubocop-canvas", require: false, path: "gems/rubocop-canvas"
|
||||
gem "rubocop-graphql", "1.1.1", require: false
|
||||
gem "rubocop-performance", "1.17.1", require: false
|
||||
gem "rubocop-rails", "2.19", require: false
|
||||
gem "rubocop-rails", "2.19.1", require: false
|
||||
gem "rubocop-rake", "0.6.0", require: false
|
||||
gem "rubocop-rspec", "2.19.0", require: false
|
||||
end
|
||||
|
|
|
@ -963,7 +963,7 @@ GEM
|
|||
rspec-core (>= 2, < 4, != 2.12.0)
|
||||
rss (0.2.9)
|
||||
rexml
|
||||
rubocop (1.49.0)
|
||||
rubocop (1.50.2)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.2.0.0)
|
||||
|
@ -982,7 +982,7 @@ GEM
|
|||
rubocop-performance (1.17.1)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
rubocop-ast (>= 0.4.0)
|
||||
rubocop-rails (2.19.0)
|
||||
rubocop-rails (2.19.1)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 1.33.0, < 2.0)
|
||||
|
@ -1360,11 +1360,11 @@ DEPENDENCIES
|
|||
rspec_junit_formatter
|
||||
rspecq!
|
||||
rss (= 0.2.9)
|
||||
rubocop (= 1.49.0)
|
||||
rubocop (= 1.50.2)
|
||||
rubocop-canvas!
|
||||
rubocop-graphql (= 1.1.1)
|
||||
rubocop-performance (= 1.17.1)
|
||||
rubocop-rails (= 2.19)
|
||||
rubocop-rails (= 2.19.1)
|
||||
rubocop-rake (= 0.6.0)
|
||||
rubocop-rspec (= 2.19.0)
|
||||
ruby-duration (= 3.2.3)
|
||||
|
|
|
@ -97,7 +97,7 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.5.0)
|
||||
rspec-support (3.12.0)
|
||||
rubocop (1.49.0)
|
||||
rubocop (1.50.2)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.2.0.0)
|
||||
|
|
Loading…
Reference in New Issue