1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix gemspec for rubygem-hipchat 1.6.0 update

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-07-06 20:57:37 +00:00
parent 68844764fd
commit c9793ebaf6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445179
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -161,8 +161,12 @@
# Cache
gem 'redis-rails', '~> 5.0.1'
@@ -173,7 +168,7 @@ gem 'connection_pool', '~> 2.0'
gem 'hipchat', '~> 1.5.0'
@@ -170,10 +165,10 @@ gem 'redis', '~> 3.2'
gem 'connection_pool', '~> 2.0'
# HipChat integration
-gem 'hipchat', '~> 1.5.0'
+gem 'hipchat', '~> 1.5'
# JIRA integration
-gem 'jira-ruby', '~> 1.1.2'