diff options
author | Ahmad Hassan <ahmad.hassan612@gmail.com> | 2018-06-04 15:15:54 +0200 |
---|---|---|
committer | Ahmad Hassan <ahmad.hassan612@gmail.com> | 2018-06-07 14:26:20 +0200 |
commit | 59a8c79f0598d4afafbebeb7e3786a03e555f85d (patch) | |
tree | 4287de9681a99264071a39e6b7b4c131ffbb9773 /Gemfile.lock | |
parent | 717a46dd0a865d33b00cc94ec7252e706c8cd4eb (diff) | |
download | gitlab-ce-59a8c79f0598d4afafbebeb7e3786a03e555f85d.tar.gz |
Use RestoreCustomHooks RPC in restore rake task
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index ff9e81bdc9f..108b2ec4bec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,7 +283,7 @@ GEM gettext_i18n_rails (>= 0.7.1) po_to_json (>= 1.0.0) rails (>= 3.2.0) - gitaly-proto (0.100.0) + gitaly-proto (0.101.0) google-protobuf (~> 3.1) grpc (~> 1.10) github-linguist (5.3.3) @@ -1039,7 +1039,7 @@ DEPENDENCIES gettext (~> 3.2.2) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.3) - gitaly-proto (~> 0.100.0) + gitaly-proto (~> 0.101.0) github-linguist (~> 5.3.3) gitlab-flowdock-git-hook (~> 1.0.1) gitlab-gollum-lib (~> 4.2) |