diff options
Diffstat (limited to 'devel/rubygem-rspec-rails/Makefile')
-rw-r--r-- | devel/rubygem-rspec-rails/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/rubygem-rspec-rails/Makefile b/devel/rubygem-rspec-rails/Makefile index b5fe4a292cfd..538ddf3dbfcc 100644 --- a/devel/rubygem-rspec-rails/Makefile +++ b/devel/rubygem-rspec-rails/Makefile @@ -1,5 +1,5 @@ PORTNAME= rspec-rails -PORTVERSION= 7.1.1 +PORTVERSION= 8.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,9 +11,9 @@ WWW= https://rspec.info/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-actionpack70>=7.0:www/rubygem-actionpack70 \ - rubygem-activesupport70>=7.0:devel/rubygem-activesupport70 \ - rubygem-railties70>=7.0:www/rubygem-railties70 \ +RUN_DEPENDS= rubygem-actionpack80>=7.2:www/rubygem-actionpack80 \ + rubygem-activesupport80>=7.2:devel/rubygem-activesupport80 \ + rubygem-railties80>=7.2:www/rubygem-railties80 \ rubygem-rspec-core>=3.13<4:devel/rubygem-rspec-core \ rubygem-rspec-expectations>=3.13<4:devel/rubygem-rspec-expectations \ rubygem-rspec-mocks>=3.13<4:devel/rubygem-rspec-mocks \ |