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 bosh_deployer gems - use fixed aws-sdk gem that can be installed #19

Closed
wants to merge 1 commit into from
Closed
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
15 changes: 5 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PATH
remote: blobstore_client
specs:
blobstore_client (1.5.0.pre)
aws-sdk (~> 1.8.0)
aws-sdk (~> 1.8.1.1)
bosh_common (~> 1.5.0.pre)
fog (~> 1.9.0)
httpclient (= 2.2.4)
Expand Down Expand Up @@ -40,15 +40,15 @@ PATH
remote: bosh_aws_bootstrap
specs:
bosh_aws_bootstrap (1.5.0.pre)
aws-sdk (~> 1.8.0)
aws-sdk (~> 1.8.1.1)
bosh_cli (~> 1.5.0.pre)
uuidtools (~> 2.1.3)

PATH
remote: bosh_aws_cpi
specs:
bosh_aws_cpi (1.5.0.pre)
aws-sdk (~> 1.8.0)
aws-sdk (~> 1.8.1.1)
bosh_common (~> 1.5.0.pre)
bosh_cpi (~> 1.5.0.pre)
httpclient (= 2.2.4)
Expand All @@ -59,7 +59,7 @@ PATH
remote: bosh_aws_registry
specs:
bosh_aws_registry (1.5.0.pre)
aws-sdk (~> 1.8.0)
aws-sdk (~> 1.8.1.1)
sequel (~> 3.43.0)
sinatra (~> 1.2.8)
thin (~> 1.5.0)
Expand Down Expand Up @@ -231,8 +231,7 @@ GEM
specs:
addressable (2.3.2)
archive-tar-minitar (0.5.2)
aws-sdk (1.8.0)
httparty (~> 0.7)
aws-sdk (1.8.1.1)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
Expand Down Expand Up @@ -284,9 +283,6 @@ GEM
guard (>= 1.1)
rspec (~> 2.11)
highline (1.6.15)
httparty (0.10.2)
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
httpclient (2.2.4)
json (1.7.6)
json_pure (1.7.6)
Expand All @@ -304,7 +300,6 @@ GEM
mime-types (1.19)
minitar (0.5.4)
multi_json (1.1.0)
multi_xml (0.5.2)
nats (0.4.28)
daemons (>= 1.1.5)
eventmachine (= 0.12.10)
Expand Down
1 change: 0 additions & 1 deletion agent_client/README

This file was deleted.

2 changes: 1 addition & 1 deletion blobstore_client/blobstore_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.bindir = "bin"
s.executables = %w(blobstore_client_console)

s.add_dependency "aws-sdk", "~>1.8.0"
s.add_dependency "aws-sdk", "~>1.8.1.1"
s.add_dependency "fog", "~> 1.9.0"
s.add_dependency "httpclient", "=2.2.4"
s.add_dependency "multi_json", "~> 1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion bosh_aws_bootstrap/bosh_aws_bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |s|
s.require_path = "lib"

s.add_dependency "bosh_cli", "~>#{version}"
s.add_dependency "aws-sdk", "~>1.8.0"
s.add_dependency "aws-sdk", "~>1.8.1.1"
s.add_dependency "uuidtools", "~>2.1.3"
end
2 changes: 1 addition & 1 deletion bosh_aws_cpi/bosh_aws_cpi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.bindir = "bin"
s.executables = %w(bosh_aws_console)

s.add_dependency "aws-sdk", "~>1.8.0"
s.add_dependency "aws-sdk", "~>1.8.1.1"
s.add_dependency "bosh_common", "~>#{version}"
s.add_dependency "bosh_cpi", "~>#{version}"
s.add_dependency "httpclient", "=2.2.4"
Expand Down
2 changes: 1 addition & 1 deletion bosh_aws_registry/bosh_aws_registry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |s|
s.add_dependency "sinatra", "~> 1.2.8"
s.add_dependency "thin", "~>1.5.0"
s.add_dependency "yajl-ruby", "~> 1.1.0"
s.add_dependency "aws-sdk", "~>1.8.0"
s.add_dependency "aws-sdk", "~>1.8.1.1"
end
Binary file removed vendor/cache/aws-sdk-1.8.0.gem
Binary file not shown.
Binary file added vendor/cache/aws-sdk-1.8.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/httparty-0.10.2.gem
Binary file not shown.
Binary file removed vendor/cache/multi_xml-0.5.2.gem
Binary file not shown.