Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Oct 2015 11:41:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 203470] [patch] textproc/rubygem-sass-rails4: fix gemspec to avoid conflict with rubygem-bootstrap-sass
Message-ID:  <bug-203470-21402-P5HCgQUEvE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203470-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203470-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

Torsten Zühlsdorff <ports@toco-domains.de> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to ruby@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203470-21402-P5HCgQUEvE>