Drop ruby-hipchat dependency and refresh patch for the same change in Gemfile
This commit is contained in:
parent
9adaa9b51a
commit
82b2ef464e
2 changed files with 2 additions and 8 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -212,8 +212,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-redis-actionpack (>= 5.2~),
|
ruby-redis-actionpack (>= 5.2~),
|
||||||
# Discord integration
|
# Discord integration
|
||||||
ruby-discordrb-webhooks (>= 3.3~),
|
ruby-discordrb-webhooks (>= 3.3~),
|
||||||
# HipChat integration
|
|
||||||
ruby-hipchat (>= 1.5~),
|
|
||||||
# JIRA integration
|
# JIRA integration
|
||||||
ruby-jira (>= 2.1.4~),
|
ruby-jira (>= 2.1.4~),
|
||||||
# Flowdock integration
|
# Flowdock integration
|
||||||
|
|
8
debian/patches/0050-relax-stable-libs.patch
vendored
8
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -254,7 +254,7 @@ gitlab Gemfile
|
||||||
|
|
||||||
# Export Ruby Regex to Javascript
|
# Export Ruby Regex to Javascript
|
||||||
gem 'js_regex', '~> 3.4'
|
gem 'js_regex', '~> 3.4'
|
||||||
@@ -230,23 +230,23 @@
|
@@ -230,20 +230,20 @@
|
||||||
gem 'connection_pool', '~> 2.0'
|
gem 'connection_pool', '~> 2.0'
|
||||||
|
|
||||||
# Redis session store
|
# Redis session store
|
||||||
|
@ -264,10 +264,6 @@ gitlab Gemfile
|
||||||
# Discord integration
|
# Discord integration
|
||||||
gem 'discordrb-webhooks-blackst0ne', '~> 3.3', require: false
|
gem 'discordrb-webhooks-blackst0ne', '~> 3.3', require: false
|
||||||
|
|
||||||
# HipChat integration
|
|
||||||
-gem 'hipchat', '~> 1.5.0'
|
|
||||||
+gem 'hipchat', '~> 1.5'
|
|
||||||
|
|
||||||
# Jira integration
|
# Jira integration
|
||||||
-gem 'jira-ruby', '~> 2.1.4'
|
-gem 'jira-ruby', '~> 2.1.4'
|
||||||
+gem 'jira-ruby', '~> 2.1', '>= 2.1.4'
|
+gem 'jira-ruby', '~> 2.1', '>= 2.1.4'
|
||||||
|
@ -282,7 +278,7 @@ gitlab Gemfile
|
||||||
|
|
||||||
# Hangouts Chat integration
|
# Hangouts Chat integration
|
||||||
gem 'hangouts-chat', '~> 0.0.5'
|
gem 'hangouts-chat', '~> 0.0.5'
|
||||||
@@ -258,11 +258,11 @@
|
@@ -255,11 +255,11 @@
|
||||||
gem 'ruby-fogbugz', '~> 0.2.1'
|
gem 'ruby-fogbugz', '~> 0.2.1'
|
||||||
|
|
||||||
# Kubernetes integration
|
# Kubernetes integration
|
||||||
|
|
Loading…
Reference in a new issue