git: 042c6e79d6f9 - main - www/rubygem-rails61: Allow build with rubygem-sqlite3 2.0.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 May 2024 10:24:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=042c6e79d6f9dd03b5a4713380606f879a3528fa commit 042c6e79d6f9dd03b5a4713380606f879a3528fa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-28 10:02:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-28 10:21:50 +0000 www/rubygem-rails61: Allow build with rubygem-sqlite3 2.0.0+ --- www/rubygem-rails61/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/rubygem-rails61/Makefile b/www/rubygem-rails61/Makefile index 0b1a29c3c709..5293b33c9007 100644 --- a/www/rubygem-rails61/Makefile +++ b/www/rubygem-rails61/Makefile @@ -37,7 +37,7 @@ RUN_DEPENDS= rubygem-actioncable61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem rubygem-sass-rails-rails61>=0:textproc/rubygem-sass-rails-rails61 \ rubygem-selenium-webdriver>=4.11.0:www/rubygem-selenium-webdriver \ rubygem-spring>=0:devel/rubygem-spring \ - rubygem-sqlite3>=1.4<2:databases/rubygem-sqlite3 \ + rubygem-sqlite3>=1.4:databases/rubygem-sqlite3 \ rubygem-turbolinks>=5<6:www/rubygem-turbolinks \ rubygem-uglifier>=1.3.0:www/rubygem-uglifier \ rubygem-web-console-rails61>=3.3.0:devel/rubygem-web-console-rails61 \