mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Added a development dependency on 'unf' so the AWS escaping tests will pass.
This commit is contained in:
parent
d8b5bb7190
commit
052768c95e
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency('fission')
|
||||
s.add_development_dependency('pry')
|
||||
s.add_development_dependency('google-api-client', '~>0.6.2')
|
||||
s.add_development_dependency('unf')
|
||||
if ENV["FOG_USE_LIBVIRT"] && RUBY_PLATFORM != 'java'
|
||||
s.add_development_dependency('ruby-libvirt','~>0.4.0')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue