FreeBSD Bugzilla – Attachment 183397 Details for
Bug 219923
[PATCH] sysutils/vagrant: fix regression of patch-gemspec, causing ruby_dep error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch of sysutils/vagrant fixing the gemspec again
vagrant.patch (text/plain), 2.18 KB, created by
Christian Sturm
on 2017-06-11 09:45:03 UTC
(
hide
)
Description:
patch of sysutils/vagrant fixing the gemspec again
Filename:
MIME Type:
Creator:
Christian Sturm
Created:
2017-06-11 09:45:03 UTC
Size:
2.18 KB
patch
obsolete
>Index: files/patch-gemspec >=================================================================== >--- files/patch-gemspec (revision 443376) >+++ files/patch-gemspec (working copy) >@@ -1,11 +1,11 @@ >---- vagrant.gemspec.orig 2017-05-21 14:08:33 UTC >+--- vagrant.gemspec.orig 2017-02-28 00:34:40 UTC > +++ vagrant.gemspec > @@ -16,15 +16,15 @@ Gem::Specification.new do |s| > s.required_rubygems_version = ">= 1.3.6" > s.rubyforge_project = "vagrant" > >-- s.add_dependency "childprocess", "~> 0.6.0" >-+ s.add_dependency "childprocess", ">= 0.6.0" >+- s.add_dependency "childprocess", "~> 0.5.0" >++ s.add_dependency "childprocess", ">= 0.5.0" > s.add_dependency "erubis", "~> 2.7.0" > - s.add_dependency "i18n", ">= 0.6.0", "<= 0.8.0" > + s.add_dependency "i18n", ">= 0.6.0" >@@ -12,11 +12,27 @@ > s.add_dependency "listen", "~> 3.1.5" > s.add_dependency "hashicorp-checkpoint", "~> 0.1.1" > s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11" >-- s.add_dependency "net-ssh", "~> 4.1.0" >-+ s.add_dependency "net-ssh", ">= 4.1.0" >+- s.add_dependency "net-ssh", "~> 3.0.1" >++ s.add_dependency "net-ssh", ">= 3.0.1" > s.add_dependency "net-sftp", "~> 2.1" >-- s.add_dependency "net-scp", "~> 1.2.0" >-+ s.add_dependency "net-scp", ">= 1.2.0" >+- s.add_dependency "net-scp", "~> 1.1.0" >++ s.add_dependency "net-scp", ">= 1.1.0" > s.add_dependency "rb-kqueue", "~> 0.2.0" > s.add_dependency "rest-client", ">= 1.6.0", "< 3.0" > s.add_dependency "wdm", "~> 0.1.0" >+@@ -33,13 +33,13 @@ Gem::Specification.new do |s| >+ s.add_dependency "winrm-elevated", "~> 1.1" >+ >+ # We lock this down to avoid compilation issues. >+- s.add_dependency "nokogiri", "= 1.6.7.1" >++ s.add_dependency "nokogiri", ">= 1.6.7.1" >+ >+ # NOTE: The ruby_dep gem is an implicit dependency from the listen gem. Later versions >+ # of the ruby_dep gem impose an aggressive constraint on the required ruby version (>= 2.2.5). >+ # Explicit constraint is defined to provide required dependency to listen without imposing >+ # tighter restrictions on valid ruby versions >+- s.add_dependency "ruby_dep", "<= 1.3.1" >++ s.add_dependency "ruby_dep" >+ >+ # Constraint rake to properly handle deprecated method usage >+ # from within rspec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219923
: 183397