svn commit: r442920 - head/www/gitlab/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 8 13:32:28 UTC 2017


Author: sunpoet
Date: Thu Jun  8 13:32:27 2017
New Revision: 442920
URL: https://svnweb.freebsd.org/changeset/ports/442920

Log:
  Fix gemspec for rubygem-omniauth-google-oauth2 0.5.0 update

Modified:
  head/www/gitlab/files/patch-Gemfile

Modified: head/www/gitlab/files/patch-Gemfile
==============================================================================
--- head/www/gitlab/files/patch-Gemfile	Thu Jun  8 13:30:18 2017	(r442919)
+++ head/www/gitlab/files/patch-Gemfile	Thu Jun  8 13:32:27 2017	(r442920)
@@ -1,6 +1,6 @@
 --- Gemfile.orig	2017-05-05 12:53:55 UTC
 +++ Gemfile
-@@ -1,26 +1,22 @@
+@@ -1,44 +1,39 @@
  source 'https://rubygems.org'
  
 -gem 'rails', '4.2.7.1'
@@ -32,11 +32,12 @@
  gem 'omniauth-auth0',         '~> 1.4.1'
  gem 'omniauth-azure-oauth2',  '~> 0.0.6'
  gem 'omniauth-cas3',          '~> 1.1.2'
-@@ -28,17 +24,16 @@ gem 'omniauth-facebook',      '~> 4.0.0'
+ gem 'omniauth-facebook',      '~> 4.0.0'
  gem 'omniauth-github',        '~> 1.1.1'
  gem 'omniauth-gitlab',        '~> 1.0.2'
- gem 'omniauth-google-oauth2', '~> 0.4.1'
+-gem 'omniauth-google-oauth2', '~> 0.4.1'
 -gem 'omniauth-kerberos',      '~> 0.3.0', group: :kerberos
++gem 'omniauth-google-oauth2', '>= 0.4.1'
  gem 'omniauth-saml',          '~> 1.7.0'
  gem 'omniauth-shibboleth',    '~> 1.2.0'
 -gem 'omniauth-twitter',       '~> 1.2.0'


More information about the svn-ports-head mailing list