gitlab-ce: 11.9.1 -> 11.9.8
This commit is contained in:
parent
74eb807f83
commit
04b5eb10c0
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"ce": {
|
"ce": {
|
||||||
"version": "11.9.1",
|
"version": "11.9.8",
|
||||||
"repo_hash": "11dx931n79ynw8j6vbjsb832dkkp2s4vzji53km4ib9njn5nja0l",
|
"repo_hash": "10xlabp7ziw1vpyy9dvhaiwf5l340d3yzvlh2aq6ly3xlqr5ip07",
|
||||||
"deb_hash": "133qjxmrn2rl9avi0nwcdbky53vgxbzp4g3vcgwg21xyfr8k8s4n",
|
"deb_hash": "0apw0w5grhpfxwl76w7as5xb6injr7ka8wwk2azllamrxrnn30dv",
|
||||||
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/stretch/gitlab-ce_11.9.1-ce.0_amd64.deb/download.deb",
|
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/stretch/gitlab-ce_11.9.8-ce.0_amd64.deb/download.deb",
|
||||||
"owner": "gitlab-org",
|
"owner": "gitlab-org",
|
||||||
"repo": "gitlab-ce",
|
"repo": "gitlab-ce",
|
||||||
"rev": "v11.9.1",
|
"rev": "v11.9.8",
|
||||||
"passthru": {
|
"passthru": {
|
||||||
"GITALY_SERVER_VERSION": "1.27.1",
|
"GITALY_SERVER_VERSION": "1.27.1",
|
||||||
"GITLAB_PAGES_VERSION": "1.5.0",
|
"GITLAB_PAGES_VERSION": "1.5.0",
|
||||||
"GITLAB_SHELL_VERSION": "8.7.1",
|
"GITLAB_SHELL_VERSION": "8.7.1",
|
||||||
"GITLAB_WORKHORSE_VERSION": "8.3.1"
|
"GITLAB_WORKHORSE_VERSION": "8.3.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ee": {
|
"ee": {
|
||||||
|
@ -204,6 +204,9 @@ gem 'connection_pool', '~> 2.0'
|
|||||||
# 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'
|
||||||
|
|
||||||
# JIRA integration
|
# JIRA integration
|
||||||
gem 'jira-ruby', '~> 1.4'
|
gem 'jira-ruby', '~> 1.4'
|
||||||
|
|
||||||
|
@ -364,6 +364,9 @@ GEM
|
|||||||
hashie (>= 3.0)
|
hashie (>= 3.0)
|
||||||
health_check (2.6.0)
|
health_check (2.6.0)
|
||||||
rails (>= 4.0)
|
rails (>= 4.0)
|
||||||
|
hipchat (1.5.2)
|
||||||
|
httparty
|
||||||
|
mimemagic
|
||||||
html-pipeline (2.8.4)
|
html-pipeline (2.8.4)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
nokogiri (>= 1.4)
|
nokogiri (>= 1.4)
|
||||||
@ -1041,6 +1044,7 @@ DEPENDENCIES
|
|||||||
hangouts-chat (~> 0.0.5)
|
hangouts-chat (~> 0.0.5)
|
||||||
hashie-forbidden_attributes
|
hashie-forbidden_attributes
|
||||||
health_check (~> 2.6.0)
|
health_check (~> 2.6.0)
|
||||||
|
hipchat (~> 1.5.0)
|
||||||
html-pipeline (~> 2.8)
|
html-pipeline (~> 2.8)
|
||||||
html2text
|
html2text
|
||||||
httparty (~> 0.13.3)
|
httparty (~> 0.13.3)
|
||||||
|
@ -1354,6 +1354,17 @@
|
|||||||
};
|
};
|
||||||
version = "2.6.0";
|
version = "2.6.0";
|
||||||
};
|
};
|
||||||
|
hipchat = {
|
||||||
|
dependencies = ["httparty" "mimemagic"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "0hgy5jav479vbzzk53lazhpjj094dcsqw6w1d6zjn52p72bwq60k";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "1.5.2";
|
||||||
|
};
|
||||||
html-pipeline = {
|
html-pipeline = {
|
||||||
dependencies = ["activesupport" "nokogiri"];
|
dependencies = ["activesupport" "nokogiri"];
|
||||||
source = {
|
source = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user