1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

Fix gemspec for rubygem-version_sorter 2.2.0 update

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-22 23:42:04 +00:00
parent 3af71f732e
commit ec059bda8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444148
2 changed files with 10 additions and 2 deletions

View File

@ -4,7 +4,7 @@
PORTNAME= gitlab
PORTVERSION= 8.17.6
DISTVERSIONPREFIX= v
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= www devel
MAINTAINER= tz@FreeBSD.org

View File

@ -134,7 +134,7 @@
# Run events after state machine commits
gem 'after_commit_queue', '~> 1.3.0'
@@ -143,10 +138,10 @@ gem 'redis-namespace', '~> 1.5.2'
@@ -143,17 +138,17 @@ gem 'redis-namespace', '~> 1.5.2'
gem 'sidekiq-limit_fetch', '~> 3.4'
# HTTP requests
@ -147,6 +147,14 @@
# GitLab settings
gem 'settingslogic', '~> 2.0.9'
# Misc
-gem 'version_sorter', '~> 2.1.0'
+gem 'version_sorter', '>= 2.1.0'
# Cache
gem 'redis-rails', '~> 5.0.1'
@@ -166,7 +161,7 @@ gem 'connection_pool', '~> 2.0'
gem 'hipchat', '~> 1.5.0'