From owner-freebsd-ruby@freebsd.org Thu Oct 1 11:41:59 2015 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD391A0C87C for ; Thu, 1 Oct 2015 11:41:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C5D27194A for ; Thu, 1 Oct 2015 11:41:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C32D0A0C87A; Thu, 1 Oct 2015 11:41:59 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2C76A0C879 for ; Thu, 1 Oct 2015 11:41:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2E861949 for ; Thu, 1 Oct 2015 11:41:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t91Bfx7O006000 for ; Thu, 1 Oct 2015 11:41:59 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Thu, 01 Oct 2015 11:41:59 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 11:42:00 -0000 Torsten Z=C3=BChlsdorff has reassigned Bugzilla Aut= omation 's request for maintainer-feedback to ruby@FreeBSD.or= g: Bug 203470: [patch] textproc/rubygem-sass-rails4: fix gemspec to avoid conf= lict with rubygem-bootstrap-sass https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203470 --- Description --- Created attachment 161594 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D161594&action= =3Dedit 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 (>=3D 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.=