[Bug 215905] sysutils/vagrant -- requires older version of ruby_dep
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 9 11:19:16 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215905
--- Comment #1 from Matthew Seaman <matthew at 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. 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"
```
Looks like we need a rubygem-ruby_dep-1.30 port.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list