summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/gitaly/Gemfile
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-03-22 19:48:02 -0400
committerBen Gamari <ben@smart-cactus.org>2019-03-25 15:25:11 -0400
commitd8c16f11a6315eb17033a0e22c15a808ab5f40b8 (patch)
tree972f38697ccd9e7d95e13341c2f7620c603c4811 /pkgs/applications/version-management/gitlab/gitaly/Gemfile
parent0ba98bb64ca94d3e182b8533afd4d129804a843b (diff)
downloadnixpkgs-d8c16f11a6315eb17033a0e22c15a808ab5f40b8.tar
nixpkgs-d8c16f11a6315eb17033a0e22c15a808ab5f40b8.tar.gz
nixpkgs-d8c16f11a6315eb17033a0e22c15a808ab5f40b8.tar.bz2
nixpkgs-d8c16f11a6315eb17033a0e22c15a808ab5f40b8.tar.lz
nixpkgs-d8c16f11a6315eb17033a0e22c15a808ab5f40b8.tar.xz
nixpkgs-d8c16f11a6315eb17033a0e22c15a808ab5f40b8.tar.zst
nixpkgs-d8c16f11a6315eb17033a0e22c15a808ab5f40b8.zip
gitlab: 11.8.2 -> 11.9.0
Diffstat (limited to 'pkgs/applications/version-management/gitlab/gitaly/Gemfile')
-rw-r--r--pkgs/applications/version-management/gitlab/gitaly/Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitaly/Gemfile b/pkgs/applications/version-management/gitlab/gitaly/Gemfile
index 352c5eece86..8a8ce5771cf 100644
--- a/pkgs/applications/version-management/gitlab/gitaly/Gemfile
+++ b/pkgs/applications/version-management/gitlab/gitaly/Gemfile
@@ -3,10 +3,10 @@ source 'https://rubygems.org'
 # Require bundler >= 1.16.5 to avoid this bug: https://github.com/bundler/bundler/issues/6537
 gem 'bundler', '>= 1.16.5'
 
-gem 'rugged', '~> 0.27'
+gem 'rugged', '~> 0.28'
 gem 'github-linguist', '~> 6.1', require: 'linguist'
 gem 'gitlab-markup', '~> 1.6.5'
-gem 'gitaly-proto', '~> 1.10.0'
+gem 'gitaly-proto', '~> 1.13.0'
 gem 'activesupport', '~> 5.0.2'
 gem 'rdoc', '~> 4.2'
 gem 'gitlab-gollum-lib', '~> 4.2', require: false
@@ -28,6 +28,7 @@ group :development, :test do
   gem 'rspec-parameterized', require: false
   gem 'timecop', require: false
   gem 'factory_bot', require: false
+  gem 'pry', '~> 0.12.2', require: false
 
   # gitlab-shell spec gems
   gem 'listen', '~> 0.5.0'