mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Hotfix bump for fog-google
Due to unexpected resourceviews API deprecation <=0.1.X versions no longer
load.
See 3ba1545543
This commit is contained in:
parent
3ea8007df4
commit
b00262384e
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