diff --git a/Gemfile b/Gemfile index f8654d42..72d60069 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ end group :development, :test do gem 'byebug' gem 'listen' - gem "rubocop", "~> 0.79", require: false + gem "rubocop", "~> 0.80", require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index fe5f986a..dd68dbe7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM mimemagic (~> 0.3.0) terrapin (~> 0.6.0) parallel (1.19.1) - parser (2.7.0.1) + parser (2.7.0.4) ast (~> 2.4.0) puma (4.3.1) nio4r (~> 2.0) @@ -197,15 +197,17 @@ GEM ref (2.0.0) reverse_markdown (1.4.0) nokogiri + rexml (3.2.4) rspec-expectations (3.9.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - rubocop (0.79.0) + rubocop (0.80.1) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) + rexml ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) ruby-progressbar (1.10.1) @@ -276,7 +278,7 @@ GEM thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (1.6.0) + unicode-display_width (1.6.1) uniform_notifier (1.13.0) websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) @@ -318,7 +320,7 @@ DEPENDENCIES rails-dom-testing (~> 2.0.0) rails_autolink rspec-expectations - rubocop (~> 0.79) + rubocop (~> 0.80) sanitize (~> 5.1) sass-rails (~> 5.0) selenium-webdriver (~> 3.142)