Date: Mon, 09 Jan 2017 11:19:16 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 215905] sysutils/vagrant -- requires older version of ruby_dep Message-ID: <bug-215905-13-vq5444gEZh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-215905-13@https.bugs.freebsd.org/bugzilla/> References: <bug-215905-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215905 --- Comment #1 from Matthew Seaman <matthew@FreeBSD.org> --- >From https://github.com/mitchellh/vagrant/blob/master/vagrant.gemspec ``` # NOTE: The ruby_dep gem is an implicit dependency from the listen gem. L= ater versions # of the ruby_dep gem impose an aggressive constraint on the required ruby version (>=3D 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", "<=3D 1.3.1" ``` Looks like we need a rubygem-ruby_dep-1.30 port. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215905-13-vq5444gEZh>