mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
limit to 1.9 compat fog-google
This commit is contained in:
parent
e55253c6f7
commit
0cb6a12a81
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency("fog-brightbox", "~> 0.4")
|
||||
s.add_dependency("fog-dynect", "~> 0.0.2")
|
||||
s.add_dependency("fog-ecloud", "~> 0.1")
|
||||
s.add_dependency("fog-google", ">= 0.1.1")
|
||||
s.add_dependency("fog-google", "<= 0.1.0")
|
||||
s.add_dependency("fog-local")
|
||||
s.add_dependency("fog-powerdns", ">= 0.1.1")
|
||||
s.add_dependency("fog-profitbricks")
|
||||
|
|
Loading…
Reference in a new issue