diff options
Diffstat (limited to 'devel/ruby-rspec-expectations/Makefile')
-rw-r--r-- | devel/ruby-rspec-expectations/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ruby-rspec-expectations/Makefile b/devel/ruby-rspec-expectations/Makefile index e4dbd702f69..461aba3f1f0 100644 --- a/devel/ruby-rspec-expectations/Makefile +++ b/devel/ruby-rspec-expectations/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2019/05/06 05:31:40 taca Exp $ +# $NetBSD: Makefile,v 1.27 2019/11/02 14:34:35 taca Exp $ -DISTNAME= rspec-expectations-3.8.3 +DISTNAME= rspec-expectations-3.9.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= https://relishapp.com/rspec COMMENT= Behaviour Driven Development framework for Ruby, expectations LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.8.0<3.9:../../devel/ruby-rspec-support +DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.9.0<3.10:../../devel/ruby-rspec-support DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs .include "../../lang/ruby/gem.mk" |