maintainer-feedback requested: [Bug 237384] www/redmine: make the port works with bundler 2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 19 11:28:32 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-ruby mailing list
<ruby at FreeBSD.org> for maintainer-feedback:
Bug 237384: www/redmine: make the port works with bundler 2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237384



--- Description ---
Without this patch, redmine doesn't start due to dependency mismatch.


# cd /usr/ports/www/redmine
# puma 
Puma starting in single mode... 		
* Version 3.12.0 (ruby 2.5.5-p157), codename: Llamas in Pajamas
* Min threads: 0, max threads: 16
* Environment: development				       
Bundler could not find compatible versions for gem "bundler":
  In Gemfile:								       

    bundler (>= 1.5.0, < 2.0.0)  

  Current Bundler version:						       

    bundler (2.0.1)							       

This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?	       


Could not find gem 'bundler (>= 1.5.0, < 2.0.0)' in any of the relevant
sources:				       
  the local ruby installation						       

! Unable to load application: SystemExit: exit


More information about the freebsd-ruby mailing list