Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump httparty from 0.8.3 to 0.21.0 in /chef/public_cookbooks/apache2 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 chef/public_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
25 changes: 14 additions & 11 deletions chef/public_cookbooks/apache2/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ 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)
ipaddress (0.8.3)
json (1.5.4)
librarian (0.0.24)
archive-tar-minitar (>= 0.5.2)
Expand All @@ -63,16 +63,17 @@ 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
mixlib-cli (1.2.2)
mixlib-config (1.1.2)
mixlib-log (1.4.1)
mixlib-config (3.0.27)
tomlrb
mixlib-log (3.0.9)
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 All @@ -82,12 +83,13 @@ GEM
net-ssh (>= 2.1.4)
net-ssh-gateway (>= 0.99.0)
nokogiri (1.5.0)
ohai (6.14.1)
ohai (6.24.2)
ipaddress
mixlib-cli
mixlib-config
mixlib-log
systemu
mixlib-shellout
systemu (~> 2.5.2)
yajl-ruby
polyglot (0.3.3)
pry (0.9.7.4)
Expand Down Expand Up @@ -116,6 +118,7 @@ GEM
vagrant (~> 1.0.2)
yajl-ruby (~> 1.1.0)
thor (0.16.0)
tomlrb (2.0.3)
treetop (1.4.11)
polyglot
polyglot (>= 0.3.1)
Expand All @@ -137,7 +140,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