diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2020-04-01 18:53:16 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2020-04-01 18:53:16 +0000 |
commit | ab0d033bf36cde22fb142c1fd1a45520c77a12f1 (patch) | |
tree | 4ad967a25d628f9c18e669faeb9b9b4d8fd436fb /devel | |
parent | 222155c14999efb10e7821125e612e0298fb6278 (diff) | |
download | ports-ab0d033bf36cde22fb142c1fd1a45520c77a12f1.tar.gz ports-ab0d033bf36cde22fb142c1fd1a45520c77a12f1.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gitaly/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index 67e7d3d956e1..845be348fe58 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -17,7 +17,7 @@ MY_DEPENDS= git>=2.22:devel/git \ rubygem-rugged>=0.28<1.0:devel/rubygem-rugged \ rubygem-github-linguist>=7.5<8.0:textproc/rubygem-github-linguist \ rubygem-gitlab-markup>=1.7.0<1.8.0:textproc/rubygem-gitlab-markup \ - rubygem-activesupport60=6.0.2.2:devel/rubygem-activesupport60 \ + rubygem-activesupport60>=6.0.2.2<6.0.2.3:devel/rubygem-activesupport60 \ rubygem-rdoc>=6.1<7.0:devel/rubygem-rdoc \ rubygem-gitlab-gollum-lib>=4.2.7.8<4.2.8.0:www/rubygem-gitlab-gollum-lib \ rubygem-gitlab-gollum-rugged_adapter>=0.4.4.2<0.4.5.0:www/rubygem-gitlab-gollum-rugged_adapter \ |