Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
gitaly: 1.77.1 -> 1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Jan 31, 2020
1 parent d2e1495 commit 968f7c2
Show file tree
Hide file tree
Showing 5 changed files with 435 additions and 49 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/gitlab/gitaly/Gemfile
Expand Up @@ -34,7 +34,7 @@ group :development, :test do

# gitlab-shell spec gems
gem 'listen', '~> 0.5.0'
gem 'simplecov', '~> 0.9.0', require: false
gem 'simplecov', '~> 0.17.1', require: false
gem 'vcr', '~> 4.0.0'
gem 'webmock', '~> 3.4.0'
end
21 changes: 10 additions & 11 deletions pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
Expand Up @@ -36,9 +36,9 @@ GEM
concurrent-ruby (1.1.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
crass (1.0.5)
diff-lcs (1.3)
docile (1.1.5)
docile (1.3.2)
equalizer (0.0.11)
erubi (1.8.0)
escape_utils (1.2.1)
Expand Down Expand Up @@ -99,7 +99,7 @@ GEM
licensee (8.9.2)
rugged (~> 0.24)
listen (0.5.3)
loofah (2.3.1)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
memoizable (0.4.2)
Expand All @@ -112,9 +112,8 @@ GEM
mini_portile2 (2.4.0)
minitest (5.11.3)
msgpack (1.3.1)
multi_json (1.13.1)
multipart-post (2.0.0)
nokogiri (1.10.5)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
nokogumbo (1.5.0)
nokogiri
Expand Down Expand Up @@ -184,11 +183,11 @@ GEM
nokogumbo (~> 1.4)
sentry-raven (2.9.0)
faraday (>= 0.7.6, < 1.0)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
stringex (2.8.5)
thread_safe (0.3.6)
thrift (0.11.0.0)
Expand Down Expand Up @@ -235,7 +234,7 @@ DEPENDENCIES
rubocop (~> 0.69)
rugged (~> 0.28)
sentry-raven (~> 2.9.0)
simplecov (~> 0.9.0)
simplecov (~> 0.17.1)
timecop
vcr (~> 4.0.0)
webmock (~> 3.4.0)
Expand Down
Expand Up @@ -17,14 +17,14 @@ let
};
};
in buildGoPackage rec {
version = "1.77.1";
version = "1.83.0";
pname = "gitaly";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "08xc9lxlvga36yq1wdvb1h4zk70c36qspyd7azhkw84kzwfrif1c";
sha256 = "1vwa38mhnxyncrrvp45d8s6fg94xaq8c71d7qh9ip77db0ak45kh";
};

# Fix a check which assumes that hook files are writeable by their
Expand Down

0 comments on commit 968f7c2

Please sign in to comment.