diff --git a/Gemfile b/Gemfile index 8883213e..30aceb1a 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ end group :development, :test do gem 'byebug' gem 'listen' - gem "rubocop", "~> 0.89", require: false + gem "rubocop", "~> 0.90", require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 1892e92c..91f7eb9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,7 +218,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) - rubocop (0.89.1) + rubocop (0.90.0) parallel (~> 1.10) parser (>= 2.7.1.1) rainbow (>= 2.2.2, < 4.0) @@ -333,7 +333,7 @@ DEPENDENCIES rails-dom-testing (~> 2.0.0) rails_autolink rspec-expectations - rubocop (~> 0.89) + rubocop (~> 0.90) sanitize (~> 5.2) sassc-rails (~> 2.1.2) selenium-webdriver (~> 3.142)