diff --git a/Gemfile b/Gemfile index 692d2720..bfcf6425 100644 --- a/Gemfile +++ b/Gemfile @@ -10,8 +10,8 @@ group :lint do gem 'foodcritic' gem 'mdl' gem 'overcommit' - gem 'rubocop' - gem 'rubocop-performance' + gem 'rubocop', '>= 0.80.1' + gem 'rubocop-performance', '>= 1.6.0' gem 'travis' end diff --git a/Gemfile.lock b/Gemfile.lock index c08c1154..d5532831 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: addressable (2.4.0) - ast (2.4.0) + ast (2.4.2) backports (3.16.1) bcrypt_pbkdf (1.0.1) berkshelf (6.3.4) @@ -145,7 +145,6 @@ GEM httpclient (2.8.3) iniparse (1.4.4) ipaddress (0.8.3) - jaro_winkler (1.5.4) json (2.3.0) kitchen-docker (2.9.0) test-kitchen (>= 1.0.0) @@ -222,9 +221,10 @@ GEM overcommit (0.52.1) childprocess (>= 0.6.3, < 4) iniparse (~> 1.4) - parallel (1.19.1) - parser (2.7.0.2) - ast (~> 2.4.0) + parallel (1.25.1) + parser (3.3.4.0) + ast (~> 2.4.1) + racc pastel (0.7.3) equatable (~> 0.6) tty-color (~> 0.5) @@ -234,11 +234,14 @@ GEM pusher-client (0.6.2) json websocket (~> 1.0) + racc (1.8.1) rack (2.2.2) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.1) + regexp_parser (2.9.2) retryable (2.0.4) - rexml (3.2.4) + rexml (3.3.4) + strscan ridley (5.1.1) addressable buff-config (~> 2.0) @@ -276,17 +279,22 @@ GEM rspec_junit_formatter (0.2.3) builder (< 4) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (0.80.0) - jaro_winkler (~> 1.5.1) + rubocop (1.42.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 2.7.0.1) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) - rexml + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) - rubocop-performance (1.5.2) - rubocop (>= 0.71.0) - ruby-progressbar (1.10.1) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) + rubocop-performance (1.19.1) + rubocop (>= 1.7.0, < 2.0) + rubocop-ast (>= 0.4.0) + ruby-progressbar (1.13.0) ruby_parser (3.14.2) sexp_processor (~> 4.9) rubyntlm (0.6.2) @@ -321,6 +329,7 @@ GEM unicode-display_width (~> 1.5) unicode_utils (~> 1.4) strings-ansi (0.2.0) + strscan (3.1.0) sync (0.5.0) syslog-logger (1.6.8) systemu (2.6.5) @@ -373,7 +382,7 @@ GEM tty-screen (0.7.1) typhoeus (0.8.0) ethon (>= 0.8.0) - unicode-display_width (1.6.1) + unicode-display_width (1.8.0) unicode_utils (1.4.0) uuidtools (2.1.5) varia_model (0.6.0) @@ -419,8 +428,8 @@ DEPENDENCIES mdl overcommit rspec - rubocop - rubocop-performance + rubocop (>= 0.80.1) + rubocop-performance (>= 1.6.0) test-kitchen travis