mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
www/gitlab: Unbreak after update of databases/rubygem-pg
Approved by: junovitch (mentor, implicit)
This commit is contained in:
parent
0d86e0abfa
commit
6d8621a62a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423957
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gitlab
|
||||
PORTVERSION= 8.9.6
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www devel
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
gem 'rails-deprecated_sanitizer', '~> 1.0.3'
|
||||
|
||||
# Responders respond_to and respond_with
|
||||
@@ -8,13 +8,12 @@ gem 'responders', '~> 2.0'
|
||||
@@ -8,14 +8,13 @@ gem 'responders', '~> 2.0'
|
||||
|
||||
# Specify a sprockets version due to increased performance
|
||||
# See https://gitlab.com/gitlab-org/gitlab-ce/issues/6069
|
||||
@ -21,9 +21,11 @@
|
||||
|
||||
# Supported DBs
|
||||
-gem "mysql2", '~> 0.3.16', group: :mysql
|
||||
gem "pg", '~> 0.18.2', group: :postgres
|
||||
-gem "pg", '~> 0.18.2', group: :postgres
|
||||
+gem "pg", '>= 0.18.2', group: :postgres
|
||||
|
||||
# Authentication libraries
|
||||
gem 'devise', '~> 4.0'
|
||||
@@ -28,13 +27,12 @@ gem 'omniauth-cas3', '~> 1.1.2'
|
||||
gem 'omniauth-facebook', '~> 3.0.0'
|
||||
gem 'omniauth-github', '~> 1.1.1'
|
||||
|
Loading…
Reference in New Issue
Block a user