mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #4005 from Temikus/hotfix_fog_google
Hotfix bump needed for fog-google in fog-1.X
This commit is contained in:
commit
db546451ff
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency("fog-dnsimple", "~> 1.0")
|
||||
s.add_dependency("fog-dynect", "~> 0.0.2")
|
||||
s.add_dependency("fog-ecloud", "~> 0.1")
|
||||
s.add_dependency("fog-google", "<= 0.1.0")
|
||||
s.add_dependency("fog-google", "~> 0.1.3")
|
||||
s.add_dependency("fog-internet-archive")
|
||||
s.add_dependency("fog-joyent")
|
||||
s.add_dependency("fog-local")
|
||||
|
|
Loading…
Reference in a new issue