Skip to content

Commit

Permalink
Bump AWS SDK to 1.66.0
Browse files Browse the repository at this point in the history
Fixes:
```
undefined method `destination_cidr_block' for #<Hash:0x007f9cc659dc78>
     # /Users/pivotal/workspace/aws-sdk-ruby/lib/aws/core/data.rb:101:in
     `method_missing'
```

[#129380985](https://www.pivotaltracker.com/story/show/129380985)
  • Loading branch information
ljfranklin committed Aug 29, 2016
1 parent 8e7a5c4 commit ed468ab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/bosh_aws_cpi/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'aws-sdk', '1.61.0'
gem 'aws-sdk', '1.66.0'
gem 'httpclient', '=2.7.1'
gem 'bosh_common'
gem 'bosh_cpi'
Expand Down
8 changes: 4 additions & 4 deletions src/bosh_aws_cpi/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ GEM
remote: https://rubygems.org/
specs:
addressable (2.3.8)
aws-sdk (1.61.0)
aws-sdk-v1 (= 1.61.0)
aws-sdk-v1 (1.61.0)
aws-sdk (1.66.0)
aws-sdk-v1 (= 1.66.0)
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
bosh_common (1.3262.1)
Expand Down Expand Up @@ -53,7 +53,7 @@ PLATFORMS
ruby

DEPENDENCIES
aws-sdk (= 1.61.0)
aws-sdk (= 1.66.0)
bosh_common
bosh_cpi
httpclient (= 2.7.1)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ed468ab

Please sign in to comment.