Skip to content

Commit

Permalink
Merge pull request NixOS#75834 from talyz/gitlab-12.5.5
Browse files Browse the repository at this point in the history
gitlab: 12.5.4 -> 12.5.5
  • Loading branch information
flokli committed Dec 19, 2019
2 parents dee7a7f + 7d602d3 commit 1c15955
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/gitlab/data.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "12.5.4",
"repo_hash": "08jngv83pvxjyw3iaqzv484v4mwgwnzg9am3iqfidl9ihbm7i4h2",
"version": "12.5.5",
"repo_hash": "1vafy31s2sbs6xc2cp457k535yyawz630i8ks22ypyg2m2gy5n5m",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v12.5.4-ee",
"rev": "v12.5.5-ee",
"passthru": {
"GITALY_SERVER_VERSION": "1.72.1",
"GITLAB_PAGES_VERSION": "1.12.0",
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gem 'gssapi', group: :kerberos

# Spam and anti-bot protection
gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails'
gem 'akismet', '~> 2.0'
gem 'akismet', '~> 3.0'
gem 'invisible_captcha', '~> 0.12.1'

# Two-factor authentication
Expand Down Expand Up @@ -242,7 +242,7 @@ gem 'slack-notifier', '~> 1.5.1'
gem 'hangouts-chat', '~> 0.0.5'

# Asana integration
gem 'asana', '~> 0.8.1'
gem 'asana', '~> 0.9'

# FogBugz integration
gem 'ruby-fogbugz', '~> 0.2.1'
Expand Down
10 changes: 5 additions & 5 deletions pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
aes_key_wrap (1.0.1)
akismet (2.0.0)
akismet (3.0.0)
apollo_upload_server (2.0.0.beta.3)
graphql (>= 1.8)
rails (>= 4.2)
arel (9.0.0)
asana (0.8.1)
asana (0.9.3)
faraday (~> 0.9)
faraday_middleware (~> 0.9)
faraday_middleware-multi_json (~> 0.0)
oauth2 (~> 1.0)
oauth2 (~> 1.4)
asciidoctor (2.0.10)
asciidoctor-include-ext (0.3.1)
asciidoctor (>= 1.5.6, < 3.0.0)
Expand Down Expand Up @@ -1117,9 +1117,9 @@ DEPENDENCIES
activerecord-explain-analyze (~> 0.1)
acts-as-taggable-on (~> 6.0)
addressable (~> 2.5.2)
akismet (~> 2.0)
akismet (~> 3.0)
apollo_upload_server (~> 2.0.0.beta3)
asana (~> 0.8.1)
asana (~> 0.9)
asciidoctor (~> 2.0.10)
asciidoctor-include-ext (~> 0.3.1)
asciidoctor-plantuml (= 0.0.9)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0hqpn25iyypkwkrqaibjm5nss5jmlkrddhia7frmz94prvyjr02w";
sha256 = "0c5jhqfgvpz84d8jai51hin018ldpfd0civbk7mfwmrj7n71p6bl";
type = "gem";
};
version = "2.0.0";
version = "3.0.0";
};
apollo_upload_server = {
dependencies = ["graphql" "rails"];
Expand Down Expand Up @@ -220,10 +220,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1h0qiywvjjc9iyzq9nz5iaqyh6qsrix4ip0w86j5c4v5g940z6qx";
sha256 = "19yr6ibz481jizvx0cjfvql142v8izi474c4vmwy9qzksyq2xhdj";
type = "gem";
};
version = "0.8.1";
version = "0.9.3";
};
asciidoctor = {
groups = ["default"];
Expand Down

0 comments on commit 1c15955

Please sign in to comment.