diff --git a/pkgs/development/tools/chefdk/Gemfile b/pkgs/development/tools/chefdk/Gemfile index 47451c66d27f8..cb2e6992d463b 100644 --- a/pkgs/development/tools/chefdk/Gemfile +++ b/pkgs/development/tools/chefdk/Gemfile @@ -10,7 +10,7 @@ gem 'berkshelf' gem 'chef-vault' gem 'foodcritic' gem 'ohai' -gem 'rubocop' +gem 'rubocop', '>= 0.80.1' gem 'knife-spork' gem 'fauxhai-ng' gem 'chefspec' diff --git a/pkgs/development/tools/chefdk/Gemfile.lock b/pkgs/development/tools/chefdk/Gemfile.lock index ce23018bd738d..88ed0da8c3488 100644 --- a/pkgs/development/tools/chefdk/Gemfile.lock +++ b/pkgs/development/tools/chefdk/Gemfile.lock @@ -9,7 +9,7 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) app_conf (0.4.2) - ast (2.4.0) + ast (2.4.2) aws-eventstream (1.0.3) aws-partitions (1.275.0) aws-sdk-apigateway (1.36.0) @@ -394,7 +394,6 @@ GEM tty-prompt (~> 0.17) tty-table (~> 0.10) ipaddress (0.8.3) - jaro_winkler (1.5.4) jmespath (1.4.0) json (2.3.0) json-schema (2.8.1) @@ -484,9 +483,10 @@ GEM wmi-lite (~> 1.0) os (1.0.1) paint (1.0.1) - parallel (1.19.1) - parser (2.7.0.2) - ast (~> 2.4.0) + parallel (1.26.3) + parser (3.3.4.2) + ast (~> 2.4.1) + racc parslet (1.8.2) pastel (0.7.3) equatable (~> 0.6) @@ -498,17 +498,20 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.1.1) + racc (1.8.1) rack (2.2.2) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.1) rchardet (1.8.0) + regexp_parser (2.9.2) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0) uber (< 0.2.0) retriable (3.1.2) retryable (3.0.5) - rexml (3.2.4) + rexml (3.3.6) + strscan rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -525,15 +528,19 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - 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) - ruby-progressbar (1.10.1) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.32.1) + parser (>= 3.3.1.0) + ruby-progressbar (1.13.0) rubyntlm (0.6.2) rubyzip (1.3.0) rufus-lru (1.1.0) @@ -555,6 +562,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) @@ -678,7 +686,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.2) - unicode-display_width (1.6.1) + unicode-display_width (1.8.0) unicode_utils (1.4.0) uuidtools (2.1.5) winrm (2.3.4) @@ -719,7 +727,7 @@ DEPENDENCIES knife-spork ohai pry - rubocop + rubocop (>= 0.80.1) test-kitchen BUNDLED WITH