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 cookbooks/apache2/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source :rubygems

gem 'cucumber', '~> 1.1.8'
gem 'httparty', '~> 0.8.3'
gem 'httparty', '~> 0.21.0'
gem 'minitest', '~> 3.0.0'
gem 'nokogiri', '~> 1.5.0'

Expand Down
12 changes: 6 additions & 6 deletions cookbooks/apache2/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ GEM
gist (2.0.4)
hashr (0.0.22)
highline (1.6.15)
httparty (0.8.3)
multi_json (~> 1.0)
multi_xml
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (0.6.1)
ipaddress (0.8.0)
json (1.5.4)
Expand All @@ -63,6 +63,7 @@ GEM
method_source (0.6.7)
ruby_parser (>= 2.3.1)
mime-types (1.19)
mini_mime (1.1.2)
minitest (3.0.1)
mixlib-authentication (1.3.0)
mixlib-log
Expand All @@ -71,8 +72,7 @@ GEM
mixlib-log (1.4.1)
mixlib-shellout (1.1.0)
moneta (0.6.0)
multi_json (1.3.6)
multi_xml (0.5.1)
multi_xml (0.6.0)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.2.2)
Expand Down Expand Up @@ -137,7 +137,7 @@ PLATFORMS

DEPENDENCIES
cucumber (~> 1.1.8)
httparty (~> 0.8.3)
httparty (~> 0.21.0)
minitest (~> 3.0.0)
nokogiri (~> 1.5.0)
test-kitchen