[DRE-commits] [vagrant-libvirt] 50/163: Accept any version of Nokogiri 1.6

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:57:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.26
in repository vagrant-libvirt.

commit ea2c3ea8bf30b011f86f1548059805ff97a1e837
Author: Brian Pitts <brian at polibyte.com>
Date:   Sun Sep 28 10:48:28 2014 -0500

    Accept any version of Nokogiri 1.6
---
 vagrant-libvirt.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vagrant-libvirt.gemspec b/vagrant-libvirt.gemspec
index ce88056..7695951 100644
--- a/vagrant-libvirt.gemspec
+++ b/vagrant-libvirt.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
 
   gem.add_runtime_dependency 'fog', '1.15'
   gem.add_runtime_dependency 'ruby-libvirt', '0.4.0'
-  gem.add_runtime_dependency 'nokogiri', '1.6'
+  gem.add_runtime_dependency 'nokogiri', '~> 1.6.0'
 
   gem.add_development_dependency 'rake', '10.1.0'
 end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list