Use fog-core 1.27.4 and above

fog-core version 1.27.4 includes this bug fix:
58556e4b1e

Without that fix, Fog fails with:

    NoMethodError:
           undefined method `redisplay_progressbar' for Fog::Formatador:Class
This commit is contained in:
Matt Bostock 2015-02-19 10:41:02 +00:00
parent 16652f124f
commit 669b845f58
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Gem::Specification.new do |s|
## List your runtime dependencies here. Runtime dependencies are those
## that are needed for an end user to actually USE your code.
s.add_dependency("fog-core", "~> 1.27", ">= 1.27.3")
s.add_dependency("fog-core", "~> 1.27", ">= 1.27.4")
s.add_dependency("fog-json")
s.add_dependency("fog-xml", "~> 0.1.1")