mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Pin to fog-xml 0.1.1
This commit is contained in:
parent
040ca09632
commit
f350773a12
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Gem::Specification.new do |s|
|
|||
## that are needed for an end user to actually USE your code.
|
||||
s.add_dependency("fog-core", "~> 1.24")
|
||||
s.add_dependency("fog-json")
|
||||
s.add_dependency("fog-xml")
|
||||
s.add_dependency("fog-xml", "~> 0.1.1")
|
||||
|
||||
s.add_dependency('nokogiri', '~> 1.5', '>= 1.5.11')
|
||||
s.add_dependency('ipaddress', '~>0.5')
|
||||
|
|
Loading…
Add table
Reference in a new issue