diff --git a/.codeclimate.yml b/.codeclimate.yml index 64bfaef0c..53ffe85ea 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,7 +1,7 @@ engines: rubocop: enabled: true - channel: "rubocop-0-89" + channel: "rubocop-0-90" scss-lint: enabled: true shellcheck: diff --git a/Gemfile.lock b/Gemfile.lock index 31ca1e5c4..16a058e10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -492,7 +492,7 @@ GEM rswag-ui (2.3.1) actionpack (>= 3.1, < 7.0) railties (>= 3.1, < 7.0) - rubocop (0.89.1) + rubocop (0.90.0) parallel (~> 1.10) parser (>= 2.7.1.1) rainbow (>= 2.2.2, < 4.0)