summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2017-02-24 17:53:44 +0200
committerAhmad Sherif <me@ahmadsherif.com>2017-03-15 12:52:11 +0200
commitc0a4f527db7d3e10f843468522d574cdb5427e86 (patch)
tree2df0d759bee66951ea1a2b3cd8fa3c0880d26790 /Gemfile
parentb716680692b4d5f7565e29e8fbd1737d24cbf658 (diff)
downloadgitlab-ce-c0a4f527db7d3e10f843468522d574cdb5427e86.tar.gz
Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-show
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2f813324a35..6af27ce0f3e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -352,4 +352,4 @@ gem 'vmstat', '~> 2.3.0'
gem 'sys-filesystem', '~> 1.1.6'
# Gitaly GRPC client
-gem 'gitaly', '~> 0.2.1'
+gem 'gitaly', '~> 0.3.0'