Skip to content
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 @@ -3,5 +3,5 @@ source :rubygems
gem 'chef', '~> 10.12.0'
gem 'chefspec', '~>0.9.0'
gem 'fauxhai', '~> 0.1.1'
gem 'foodcritic', '~>1.7.0'
gem 'foodcritic', '~> 4.0.0'
gem 'rake', '~> 0.9.2.2'
46 changes: 22 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,30 @@ GEM
rspec (~> 2.11.0)
ci_reporter (1.8.4)
builder (>= 2.1.2)
coderay (1.0.8)
diff-lcs (1.1.3)
erubis (2.7.0)
fauxhai (0.1.1)
chef
httparty
net-ssh
foodcritic (1.7.0)
foodcritic (4.0.0)
erubis
gherkin (~> 2.11.1)
gist (~> 3.1.0)
nokogiri (~> 1.5.4)
pry (~> 0.9.8.4)
rak (~> 1.4)
treetop (~> 1.4.10)
yajl-ruby (~> 1.1.0)
gherkin (2.11.5)
json (>= 1.4.6)
gist (3.1.1)
gherkin (~> 2.11)
nokogiri (~> 1.5)
rake
rufus-lru (~> 1.0)
treetop (~> 1.4)
yajl-ruby (~> 1.1)
gherkin (2.12.2)
multi_json (~> 1.3)
highline (1.6.13)
httparty (0.10.2)
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
ipaddress (0.8.0)
json (1.6.1)
method_source (0.7.1)
mime-types (1.19)
mini_portile2 (2.8.0)
minitest (4.6.0)
minitest-chef-handler (0.6.7)
chef
Expand All @@ -75,20 +72,18 @@ GEM
net-ssh-multi (1.1)
net-ssh (>= 2.1.4)
net-ssh-gateway (>= 0.99.0)
nokogiri (1.5.6)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
ohai (6.14.0)
ipaddress
mixlib-cli
mixlib-config
mixlib-log
systemu
yajl-ruby
polyglot (0.3.3)
pry (0.9.8.4)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
rak (1.4)
polyglot (0.3.5)
racc (1.6.0)
rake (0.9.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
Expand All @@ -100,13 +95,13 @@ GEM
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.3)
slop (2.4.4)
rufus-lru (1.1.0)
systemu (2.5.2)
treetop (1.4.10)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
uuidtools (2.1.3)
yajl-ruby (1.1.0)
yajl-ruby (1.4.2)

PLATFORMS
ruby
Expand All @@ -115,5 +110,8 @@ DEPENDENCIES
chef (~> 10.12.0)
chefspec (~> 0.9.0)
fauxhai (~> 0.1.1)
foodcritic (~> 1.7.0)
foodcritic (~> 4.0.0)
rake (~> 0.9.2.2)

BUNDLED WITH
2.1.4