pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ruby-bundler misc/ruby-bundler: not for ruby26 fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4fd374fba76
branches:  trunk
changeset: 319164:a4fd374fba76
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Feb 06 15:06:34 2019 +0000

description:
misc/ruby-bundler: not for ruby26 for now

diffstat:

 misc/ruby-bundler/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r d11a35f7a3ef -r a4fd374fba76 misc/ruby-bundler/Makefile
--- a/misc/ruby-bundler/Makefile        Wed Feb 06 15:05:12 2019 +0000
+++ b/misc/ruby-bundler/Makefile        Wed Feb 06 15:06:34 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/01/20 14:15:00 taca Exp $
+# $NetBSD: Makefile,v 1.33 2019/02/06 15:06:34 taca Exp $
 
 DISTNAME=      bundler-1.17.3
 CATEGORIES=    misc
@@ -8,6 +8,11 @@
 COMMENT=       Manage your application's dependencies
 LICENSE=       mit
 
+#
+# Currently, ruby26-base has the same version of bundler.
+#
+RUBY_VERSIONS_ACCEPTED=        23 24 25
+
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index