From f6b1bd7ddf68014db6340a47a4f136721441199d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 6 Mar 2018 20:32:57 +0000 Subject: [PATCH] Fix Gemfile for rubygem-doorkeeper-openid_connect 1.3.0 update - Bump PORTREVISION for package change --- www/gitlab/Makefile | 2 +- www/gitlab/files/patch-Gemfile | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 7c2ee07a666e..b0986c75374a 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 10.4.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= idefix@fechner.net diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index 6b2193acda0d..6ab0e30a2598 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -1,4 +1,4 @@ ---- Gemfile.orig 2018-02-05 13:37:24 UTC +--- Gemfile.orig 2018-02-16 17:13:43 UTC +++ Gemfile @@ -12,8 +12,8 @@ gem 'sprockets', '~> 3.7.0' gem 'default_value_for', '~> 3.0.0' @@ -11,6 +11,15 @@ gem 'rugged', '~> 0.26.0' gem 'grape-route-helpers', '~> 2.1.0' +@@ -23,7 +23,7 @@ gem 'faraday', '~> 0.12' + # Authentication libraries + gem 'devise', '~> 4.2' + gem 'doorkeeper', '~> 4.2.0' +-gem 'doorkeeper-openid_connect', '~> 1.2.0' ++gem 'doorkeeper-openid_connect', '~> 1.2' + gem 'omniauth', '~> 1.4.2' + gem 'omniauth-auth0', '~> 1.4.1' + gem 'omniauth-azure-oauth2', '~> 0.0.9' @@ -109,7 +109,7 @@ gem 'fog-rackspace', '~> 0.1.1' gem 'fog-aliyun', '~> 0.2.0'