зеркало из https://github.com/microsoft/fog.git
[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:
Родитель
908efa0161
Коммит
0f2c2b36d1
1
Gemfile
1
Gemfile
|
@ -5,5 +5,4 @@ group :development, :test do
|
|||
gem 'coveralls', :require => false
|
||||
end
|
||||
|
||||
gem "fog-core", :github => "fog/fog-core", :branch => "master"
|
||||
gemspec
|
||||
|
|
|
@ -8,5 +8,4 @@ group :development, :test do
|
|||
gem 'coveralls', :require => false
|
||||
end
|
||||
|
||||
gem "fog-core", :github => "fog/fog-core", :branch => "master"
|
||||
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')
|
||||
|
|
Загрузка…
Ссылка в новой задаче