Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2023 10:35:21 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dfb2ae8a9fd2 - main - devel/rubygem-graphiql-rails: add a note that 1.9.0 is broken
Message-ID:  <202309081035.388AZLca075042@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dfb2ae8a9fd29ae8f243246245957111f0cd0ae2

commit dfb2ae8a9fd29ae8f243246245957111f0cd0ae2
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2023-09-02 08:37:03 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-09-08 10:34:37 +0000

    devel/rubygem-graphiql-rails: add a note that 1.9.0 is broken
    
    https://gitlab.com/gitlab-org/gitlab/-/issues/410500
    Switch to rails 7.0
---
 devel/rubygem-graphiql-rails/Makefile | 7 +++++--
 devel/rubygem-graphiql-rails/distinfo | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/devel/rubygem-graphiql-rails/Makefile b/devel/rubygem-graphiql-rails/Makefile
index 56b71dca0397..57982bdbe655 100644
--- a/devel/rubygem-graphiql-rails/Makefile
+++ b/devel/rubygem-graphiql-rails/Makefile
@@ -1,5 +1,8 @@
 PORTNAME=	graphiql-rails
+# do not upgrade to 1.9.0, it will break gitlab-ce asset compilation
+# https://gitlab.com/gitlab-org/gitlab/-/issues/410500
 PORTVERSION=	1.8.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,8 +12,8 @@ WWW=		https://github.com/rmosolgo/graphiql-rails
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-railties61>=0:www/rubygem-railties61 \
-		rubygem-sprockets-rails-rails61>=0:devel/rubygem-sprockets-rails-rails61
+RUN_DEPENDS=	rubygem-railties70>=0:www/rubygem-railties70 \
+		rubygem-sprockets-rails-rails70>=0:devel/rubygem-sprockets-rails-rails70
 
 USES=		gem
 
diff --git a/devel/rubygem-graphiql-rails/distinfo b/devel/rubygem-graphiql-rails/distinfo
index f88a52e8ffa0..10e4efeac1cc 100644
--- a/devel/rubygem-graphiql-rails/distinfo
+++ b/devel/rubygem-graphiql-rails/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643179357
+TIMESTAMP = 1694147828
 SHA256 (rubygem/graphiql-rails-1.8.0.gem) = 02e2c5098be2c6c29219a0e9b2910a2cd3c494301587a3199a7c4484d8038ed1
 SIZE (rubygem/graphiql-rails-1.8.0.gem) = 1295360



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309081035.388AZLca075042>