diff --git a/Gemfile b/Gemfile index e825ad6..5f5cb65 100644 --- a/Gemfile +++ b/Gemfile @@ -6,5 +6,5 @@ source "https://rubygems.org" do gem 'mcollective-client', '2.8.1' gem 'rake', '12.2.1' gem 'rspec', '3.7.0' - gem 'rubocop', '0.32.1' + gem 'rubocop', '0.65.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 5039b75..53ed360 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,9 +3,7 @@ GEM specs: arr-pm (0.0.10) cabin (> 0) - ast (2.3.0) - astrolabe (1.3.1) - parser (~> 2.2) + ast (2.4.0) backports (3.10.3) builder (3.2.3) cabin (0.9.0) @@ -34,14 +32,16 @@ GEM git (1.3.0) insist (1.0.0) io-like (0.3.0) + jaro_winkler (1.5.2) json (1.8.6) mcollective-client (2.8.1) json stomp systemu mustache (0.99.8) - parser (2.4.0.2) - ast (~> 2.3) + parallel (1.13.0) + parser (2.6.0.0) + ast (~> 2.4.0) pleaserun (0.0.30) cabin (> 0) clamp @@ -49,9 +49,9 @@ GEM insist mustache (= 0.99.8) stud - powerpack (0.1.1) - rainbow (2.2.2) - rake + powerpack (0.1.2) + psych (3.1.0) + rainbow (3.0.0) rake (12.2.1) rspec (3.7.0) rspec-core (~> 3.7.0) @@ -66,19 +66,23 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.7.0) rspec-support (3.7.0) - rubocop (0.32.1) - astrolabe (~> 1.3) - parser (>= 2.2.2.5, < 3.0) + rubocop (0.65.0) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.5, != 2.5.1.1) powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.4) - ruby-progressbar (1.9.0) + psych (>= 3.1.0) + rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.7) + unicode-display_width (~> 1.4.0) + ruby-progressbar (1.10.0) ruby-xz (0.2.3) ffi (~> 1.9) io-like (~> 0.3) stomp (1.4.4) stud (0.0.23) systemu (2.6.5) + unicode-display_width (1.4.1) PLATFORMS ruby @@ -90,7 +94,7 @@ DEPENDENCIES mcollective-client (= 2.8.1)! rake (= 12.2.1)! rspec (= 3.7.0)! - rubocop (= 0.32.1)! + rubocop (= 0.65.0)! RUBY VERSION ruby 2.1.4p265