diff --git a/Gemfile b/Gemfile index 743d303..74272cf 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rspec-core' gem 'rspec-expectations' gem 'rspec-mocks' gem 'chef' -gem 'foodcritic' +gem 'foodcritic', '>= 7.1.0' gem 'rubocop' gem 'rake' gem 'berkshelf' diff --git a/Gemfile.lock b/Gemfile.lock index c748a52..e7ac5d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,8 +85,6 @@ GEM fauxhai (~> 3.6) rspec (~> 3.0) cleanroom (1.0.0) - cucumber-core (1.5.0) - gherkin (~> 4.0) diff-lcs (1.2.5) erubis (2.7.0) faraday (0.9.2) @@ -96,16 +94,14 @@ GEM ffi (1.9.14) ffi-yajl (2.3.0) libyajl2 (~> 1.2) - foodcritic (7.1.0) - cucumber-core (>= 1.3) + foodcritic (16.3.0) erubis + ffi-yajl (~> 2.0) nokogiri (>= 1.5, < 2.0) rake rufus-lru (~> 1.0) treetop (~> 1.4) - yajl-ruby (~> 1.1) fuzzyurl (0.9.0) - gherkin (4.0.0) hashie (3.4.4) highline (1.7.8) hitimes (1.2.4) @@ -118,7 +114,7 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.1.0) + mini_portile2 (2.4.0) minitar (0.5.4) mixlib-archive (0.2.0) mixlib-log @@ -143,9 +139,8 @@ GEM net-ssh-gateway (>= 1.2.0) net-telnet (0.1.1) nio4r (1.2.1) - nokogiri (1.6.8) - mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) octokit (4.3.0) sawyer (~> 0.7.0, >= 0.5.3) ohai (8.19.2) @@ -162,14 +157,13 @@ GEM wmi-lite (~> 1.0) parser (2.3.1.2) ast (~> 2.2) - pkg-config (1.1.7) plist (3.2.0) polyglot (0.3.5) powerpack (0.1.1) proxifier (1.0.3) rack (1.6.4) rainbow (2.1.0) - rake (11.2.2) + rake (13.0.3) retryable (2.0.4) ridley (4.6.1) addressable @@ -242,7 +236,7 @@ GEM thor (0.19.1) timers (4.0.4) hitimes - treetop (1.6.8) + treetop (1.6.11) polyglot (~> 0.3) unicode-display_width (1.1.0) uuidtools (2.1.5) @@ -250,7 +244,6 @@ GEM buff-extensions (~> 1.0) hashie (>= 2.0.2, < 4.0.0) wmi-lite (1.0.0) - yajl-ruby (1.2.1) PLATFORMS ruby @@ -259,7 +252,7 @@ DEPENDENCIES berkshelf chef chefspec - foodcritic + foodcritic (>= 7.1.0) rake rspec rspec-core @@ -269,4 +262,4 @@ DEPENDENCIES stove BUNDLED WITH - 1.12.5 + 1.17.3