[core] Use fog-core v1.21.0

Rather than tracking the Github repo, this references the gem directly.

Locally seeing an issue with 1.8.7 / unf gem test which surprised not
seeing on Travis.
This commit is contained in:
Paul Thornthwaite 2014-02-14 10:45:54 +00:00
parent 908efa0161
commit 0f2c2b36d1
3 changed files with 1 additions and 3 deletions

View File

@ -5,5 +5,4 @@ group :development, :test do
gem 'coveralls', :require => false
end
gem "fog-core", :github => "fog/fog-core", :branch => "master"
gemspec

View File

@ -8,5 +8,4 @@ group :development, :test do
gem 'coveralls', :require => false
end
gem "fog-core", :github => "fog/fog-core", :branch => "master"
gemspec

View File

@ -41,7 +41,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")
s.add_dependency("fog-core", "~> 1.21.0")
s.add_dependency("fog-json")
s.add_dependency('builder')