Drop ruby-hipchat dependency and refresh patch for the same change in Gemfile

This commit is contained in:
Pirate Praveen 2021-04-01 17:46:58 +05:30
parent 9adaa9b51a
commit 82b2ef464e
2 changed files with 2 additions and 8 deletions

2
debian/control vendored
View file

@ -212,8 +212,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-redis-actionpack (>= 5.2~),
# Discord integration
ruby-discordrb-webhooks (>= 3.3~),
# HipChat integration
ruby-hipchat (>= 1.5~),
# JIRA integration
ruby-jira (>= 2.1.4~),
# Flowdock integration

View file

@ -254,7 +254,7 @@ gitlab Gemfile
# Export Ruby Regex to Javascript
gem 'js_regex', '~> 3.4'
@@ -230,23 +230,23 @@
@@ -230,20 +230,20 @@
gem 'connection_pool', '~> 2.0'
# Redis session store
@ -264,10 +264,6 @@ gitlab Gemfile
# Discord integration
gem 'discordrb-webhooks-blackst0ne', '~> 3.3', require: false
# HipChat integration
-gem 'hipchat', '~> 1.5.0'
+gem 'hipchat', '~> 1.5'
# Jira integration
-gem 'jira-ruby', '~> 2.1.4'
+gem 'jira-ruby', '~> 2.1', '>= 2.1.4'
@ -282,7 +278,7 @@ gitlab Gemfile
# Hangouts Chat integration
gem 'hangouts-chat', '~> 0.0.5'
@@ -258,11 +258,11 @@
@@ -255,11 +255,11 @@
gem 'ruby-fogbugz', '~> 0.2.1'
# Kubernetes integration