diff options
Diffstat (limited to 'devel/ruby-rspec-core/Makefile')
-rw-r--r-- | devel/ruby-rspec-core/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ruby-rspec-core/Makefile b/devel/ruby-rspec-core/Makefile index 4f20e580ab2..4bd2d5b6988 100644 --- a/devel/ruby-rspec-core/Makefile +++ b/devel/ruby-rspec-core/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2022/02/12 13:30:14 taca Exp $ +# $NetBSD: Makefile,v 1.32 2022/11/30 13:45:09 taca Exp $ -DISTNAME= rspec-core-3.11.0 +DISTNAME= rspec-core-3.12.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= https://relishapp.com/rspec COMMENT= Behaviour Driven Development framework for Ruby, core part LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.11.0<3.12:../../devel/ruby-rspec-support +DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.12.0<3.13:../../devel/ruby-rspec-support USE_LANGUAGES= # none |