diff options
-rw-r--r-- | www/gitlab/Makefile | 2 | ||||
-rw-r--r-- | www/gitlab/files/patch-Gemfile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index cb6b5e1b794f..556118745417 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 10.1.5 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www devel MAINTAINER= idefix@fechner.net diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index d90b9f1c957d..158b1790a328 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -90,8 +90,9 @@ # for backups gem 'fog-aws', '~> 1.4' -gem 'fog-core', '~> 1.44' +-gem 'fog-google', '~> 0.5' +gem 'fog-core', '>= 1.44' - gem 'fog-google', '~> 0.5' ++gem 'fog-google', '>= 0.5' gem 'fog-local', '~> 0.3' gem 'fog-openstack', '~> 0.1' gem 'fog-rackspace', '~> 0.1.1' |