mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
www/gitlab: Unbreak after update of www/rubygem-turbolinks
Approved by: junovitch (mentor, implicit)
This commit is contained in:
parent
bba8bdb343
commit
b426bcba09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422970
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gitlab
|
||||
PORTVERSION= 8.9.6
|
||||
PORTREVISiON= 1
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www devel
|
||||
|
||||
|
@ -141,8 +141,9 @@
|
||||
gem "sass-rails", '~> 5.0.0'
|
||||
gem "coffee-rails", '~> 4.1.0'
|
||||
-gem "uglifier", '~> 2.7.2'
|
||||
-gem 'turbolinks', '~> 2.5.0'
|
||||
+gem "uglifier", '>= 2.7.2'
|
||||
gem 'turbolinks', '~> 2.5.0'
|
||||
+gem 'turbolinks', '>= 2.5.0'
|
||||
gem 'jquery-turbolinks', '~> 2.1.0'
|
||||
|
||||
-gem 'addressable', '~> 2.3.8'
|
||||
|
Loading…
Reference in New Issue
Block a user