1
0
Fork 0
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:
Frederick Cheung 2014-11-06 16:24:50 +00:00
parent 040ca09632
commit f350773a12

View file

@ -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')