From c9750ba3a2d9d19d30b50af9bfe5832cb86cddad Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Oct 2019 14:30:45 +0000 Subject: [PATCH] Update version requirement of RUN_DEPENDS --- www/rubygem-platform-api/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/rubygem-platform-api/Makefile b/www/rubygem-platform-api/Makefile index a95d9a6462de..5c66724771eb 100644 --- a/www/rubygem-platform-api/Makefile +++ b/www/rubygem-platform-api/Makefile @@ -13,8 +13,8 @@ COMMENT= Ruby HTTP client for the Heroku API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-heroics>=0.0.25:www/rubygem-heroics \ - rubygem-moneta>=1.0.0:devel/rubygem-moneta +RUN_DEPENDS= rubygem-heroics>=0.0.25<0.1:www/rubygem-heroics \ + rubygem-moneta>=1.0.0<2:devel/rubygem-moneta USES= gem USE_RUBY= yes