diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-10-03 13:11:31 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-10-03 13:22:37 +0200 |
commit | 6396d4c3fe51a85f6b1270c25555579d397a1f3f (patch) | |
tree | 26967cf6a02e17bc751603ff4918848a6c8dfb19 /Gemfile.lock | |
parent | ae9dd4b55248f33b36425c99d46532c945632cdc (diff) | |
download | gitlab-ce-6396d4c3fe51a85f6b1270c25555579d397a1f3f.tar.gz |
Fix gitaly-proto version in Gemfile.lock
[ci skip]
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index aa0c5148b1a..e1bb5d0854d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1025,7 +1025,7 @@ DEPENDENCIES gettext (~> 3.2.2) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.2.0) - gitaly-proto (~> 0.38.0) + gitaly-proto (~> 0.39.0) github-linguist (~> 4.7.0) gitlab-flowdock-git-hook (~> 1.0.1) gitlab-markup (~> 1.6.2) |