diff --git a/Gemfile b/Gemfile index 0d00ce6c..8aedf4cf 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ end group :development, :test do gem 'byebug' gem 'listen' - gem "rubocop", "~> 0.60", require: false + gem "rubocop", "~> 0.65", require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index f9c87ec8..2454ba4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM htmlentities (4.3.4) i18n (1.1.1) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.1) + jaro_winkler (1.5.2) jquery-rails (4.3.3) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) @@ -142,10 +142,11 @@ GEM mime-types mimemagic (~> 0.3.0) terrapin (~> 0.6.0) - parallel (1.12.1) - parser (2.5.3.0) + parallel (1.13.0) + parser (2.6.0.0) ast (~> 2.4.0) powerpack (0.1.2) + psych (3.1.0) puma (3.12.0) rack (2.0.6) rack-mini-profiler (1.0.0) @@ -192,11 +193,12 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.7.0) rspec-support (3.7.1) - rubocop (0.60.0) + rubocop (0.65.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) powerpack (~> 0.1) + psych (>= 3.1.0) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.4.0) @@ -257,7 +259,7 @@ GEM thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) - unicode-display_width (1.4.0) + unicode-display_width (1.4.1) uniform_notifier (1.12.1) websocket (1.2.8) websocket-driver (0.7.0) @@ -299,7 +301,7 @@ DEPENDENCIES rails-dom-testing (~> 2.0.0) rails_autolink rspec-expectations - rubocop (~> 0.60) + rubocop (~> 0.65) sanitize (>= 3.0.0) sass-rails (~> 5.0) selenium-webdriver (~> 2.53)