mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Update gemspec to not conflict with libvirt-aws and libvirt-openstack-plugin
This commit is contained in:
@@ -16,9 +16,9 @@ Gem::Specification.new do |gem|
|
||||
gem.require_paths = ['lib']
|
||||
gem.version = VagrantPlugins::ProviderLibvirt::VERSION
|
||||
|
||||
gem.add_runtime_dependency 'fog', '1.15.0'
|
||||
gem.add_runtime_dependency 'fog', '~> 1.15'
|
||||
gem.add_runtime_dependency 'ruby-libvirt', '~> 0.4.0'
|
||||
gem.add_runtime_dependency 'nokogiri', '1.5.10'
|
||||
gem.add_runtime_dependency 'nokogiri', '~> 1.5.9'
|
||||
|
||||
gem.add_development_dependency 'rake'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user