maintainer-feedback requested: [Bug 203470] [patch] textproc/rubygem-sass-rails4: fix gemspec to avoid conflict with rubygem-bootstrap-sass

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 1 11:42:00 UTC 2015


Torsten Zühlsdorff <ports at toco-domains.de> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to ruby at FreeBSD.org:
Bug 203470: [patch] textproc/rubygem-sass-rails4: fix gemspec to avoid conflict
with rubygem-bootstrap-sass
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203470



--- Description ---
Created attachment 161594
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161594&action=edit
patch to fix gemspec

Currently both gems conflicts:

Bundler could not find compatible versions for gem "sass":
  In Gemfile:
    sass-rails (~> 4.0.5) ruby depends on
      sass (~> 3.2.2) ruby

    bootstrap-sass (~> 3.0) ruby depends on
      sass (>= 3.3.0) ruby

To allow usage of both, like in the new www/gitlab port, i've adjusted the
gemspec of textproc/rubygem-sass-rails4.


More information about the freebsd-ruby mailing list