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-16 19:52:22 -0400
committerBen Gamari <ben@smart-cactus.org>2019-03-25 15:25:06 -0400
commit0ba98bb64ca94d3e182b8533afd4d129804a843b (patch)
tree7d3b98d1ae8c8fc86f849e0395ccfb817083c0a2 /pkgs/applications/version-management/gitlab/gitaly/Gemfile
parent698a3f7eddeb206078cf285e8f39ce4009320eea (diff)
downloadnixpkgs-0ba98bb64ca94d3e182b8533afd4d129804a843b.tar
nixpkgs-0ba98bb64ca94d3e182b8533afd4d129804a843b.tar.gz
nixpkgs-0ba98bb64ca94d3e182b8533afd4d129804a843b.tar.bz2
nixpkgs-0ba98bb64ca94d3e182b8533afd4d129804a843b.tar.lz
nixpkgs-0ba98bb64ca94d3e182b8533afd4d129804a843b.tar.xz
nixpkgs-0ba98bb64ca94d3e182b8533afd4d129804a843b.tar.zst
nixpkgs-0ba98bb64ca94d3e182b8533afd4d129804a843b.zip
gitlab: 11.7.5 -> 11.8.2
Diffstat (limited to 'pkgs/applications/version-management/gitlab/gitaly/Gemfile')
-rw-r--r--pkgs/applications/version-management/gitlab/gitaly/Gemfile9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitaly/Gemfile b/pkgs/applications/version-management/gitlab/gitaly/Gemfile
index 81f1864099f..352c5eece86 100644
--- a/pkgs/applications/version-management/gitlab/gitaly/Gemfile
+++ b/pkgs/applications/version-management/gitlab/gitaly/Gemfile
@@ -6,7 +6,7 @@ gem 'bundler', '>= 1.16.5'
 gem 'rugged', '~> 0.27'
 gem 'github-linguist', '~> 6.1', require: 'linguist'
 gem 'gitlab-markup', '~> 1.6.5'
-gem 'gitaly-proto', '~> 1.3.0'
+gem 'gitaly-proto', '~> 1.10.0'
 gem 'activesupport', '~> 5.0.2'
 gem 'rdoc', '~> 4.2'
 gem 'gitlab-gollum-lib', '~> 4.2', require: false
@@ -14,6 +14,7 @@ gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', require: false
 gem 'grpc', '~> 1.15.0'
 gem 'sentry-raven', '~> 2.7.2', require: false
 gem 'faraday', '~> 0.12'
+gem 'rbtrace', require: false
 
 # Detects the open source license the repository includes
 # This version needs to be in sync with GitLab CE/EE
@@ -27,4 +28,10 @@ group :development, :test do
   gem 'rspec-parameterized', require: false
   gem 'timecop', require: false
   gem 'factory_bot', require: false
+
+  # gitlab-shell spec gems
+  gem 'listen', '~> 0.5.0'
+  gem 'simplecov', '~> 0.9.0', require: false
+  gem 'vcr', '~> 4.0.0'
+  gem 'webmock', '~> 3.4.0'
 end