Skip to content

Commit

Permalink
v4.10.3: Tightening version constraints on excon, to avoid bad intera…
Browse files Browse the repository at this point in the history
…ction between it & fog
  • Loading branch information
temujin9 committed May 17, 2013
1 parent e2c216c commit e52facd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
# v4.10.3
* Tightening version constraints on excon, to avoid bad interaction between it & fog

# v4.10.2
* Adding creator tag to Machines (thanks @brandonbell)
* Bumping gorillib dependency to 0.5.0
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,6 +2,7 @@ source "http://rubygems.org"

gem 'chef', "~> 10.16"
gem 'fog', "~> 1.2"
gem 'excon', "~> 0.21.0" # v0.22 breaks EC2 calls
gem 'formatador', "~> 0.2"
gem 'gorillib', "~> 0.5.0"
gem 'rbvmomi'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Expand Up @@ -163,6 +163,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.0)
chef (~> 10.16)
excon (~> 0.21.0)
fog (~> 1.2)
formatador (~> 0.2)
gorillib (~> 0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
4.10.2
4.10.3

0 comments on commit e52facd

Please sign in to comment.