Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
25 changes: 9 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand All @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -242,15 +236,14 @@ 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)
varia_model (0.4.1)
buff-extensions (~> 1.0)
hashie (>= 2.0.2, < 4.0.0)
wmi-lite (1.0.0)
yajl-ruby (1.2.1)

PLATFORMS
ruby
Expand All @@ -259,7 +252,7 @@ DEPENDENCIES
berkshelf
chef
chefspec
foodcritic
foodcritic (>= 7.1.0)
rake
rspec
rspec-core
Expand All @@ -269,4 +262,4 @@ DEPENDENCIES
stove

BUNDLED WITH
1.12.5
1.17.3