From 0f2c2b36d141ba2b34e97302b590c2388ebc2e0c Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Fri, 14 Feb 2014 10:45:54 +0000 Subject: [PATCH] [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. --- Gemfile | 1 - Gemfile.1.8.7 | 1 - fog.gemspec | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c990b09f2..20094cd0f 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,4 @@ group :development, :test do gem 'coveralls', :require => false end -gem "fog-core", :github => "fog/fog-core", :branch => "master" gemspec diff --git a/Gemfile.1.8.7 b/Gemfile.1.8.7 index dc2d50dc3..9210c4b2a 100644 --- a/Gemfile.1.8.7 +++ b/Gemfile.1.8.7 @@ -8,5 +8,4 @@ group :development, :test do gem 'coveralls', :require => false end -gem "fog-core", :github => "fog/fog-core", :branch => "master" gemspec diff --git a/fog.gemspec b/fog.gemspec index ea20d2a7c..6e52919b0 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -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')