summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/gitaly/Gemfile
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2019-11-26 17:32:01 +0100
committertalyz <kim.lindberger@gmail.com>2019-11-26 17:32:01 +0100
commitce2aa10765afce1eeb4a5d186494792a9e956071 (patch)
tree61ed15c84c7eb268564e8eefb34b00c645032bd9 /pkgs/applications/version-management/gitlab/gitaly/Gemfile
parent958358d1ffbfa55618d98a6bd476e5077c2de683 (diff)
downloadnixpkgs-ce2aa10765afce1eeb4a5d186494792a9e956071.tar
nixpkgs-ce2aa10765afce1eeb4a5d186494792a9e956071.tar.gz
nixpkgs-ce2aa10765afce1eeb4a5d186494792a9e956071.tar.bz2
nixpkgs-ce2aa10765afce1eeb4a5d186494792a9e956071.tar.lz
nixpkgs-ce2aa10765afce1eeb4a5d186494792a9e956071.tar.xz
nixpkgs-ce2aa10765afce1eeb4a5d186494792a9e956071.tar.zst
nixpkgs-ce2aa10765afce1eeb4a5d186494792a9e956071.zip
gitlab: 12.4.3 -> 12.5.0
Diffstat (limited to 'pkgs/applications/version-management/gitlab/gitaly/Gemfile')
-rw-r--r--pkgs/applications/version-management/gitlab/gitaly/Gemfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitaly/Gemfile b/pkgs/applications/version-management/gitlab/gitaly/Gemfile
index 9478dc9a84b..841f6bfdefc 100644
--- a/pkgs/applications/version-management/gitlab/gitaly/Gemfile
+++ b/pkgs/applications/version-management/gitlab/gitaly/Gemfile
@@ -4,13 +4,13 @@ source 'https://rubygems.org'
 gem 'bundler', '>= 1.17.3'
 
 gem 'rugged', '~> 0.28'
-gem 'github-linguist', '~> 6.1', require: 'linguist'
+gem 'github-linguist', '~> 7.5', require: 'linguist'
 gem 'gitlab-markup', '~> 1.7.0'
 gem 'activesupport', '~> 5.2.3'
-gem 'rdoc', '~> 4.2'
+gem 'rdoc', '~> 6.0'
 gem 'gitlab-gollum-lib', '~> 4.2.7.7', require: false
 gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.2', require: false
-gem 'grpc', '~> 1.19.0'
+gem 'grpc', '~> 1.24.0'
 gem 'sentry-raven', '~> 2.9.0', require: false
 gem 'faraday', '~> 0.12'
 gem 'rbtrace', require: false
@@ -22,7 +22,7 @@ gem 'gitlab-labkit', '~> 0.5.0'
 # This version needs to be in sync with GitLab CE/EE
 gem 'licensee', '~> 8.9.0'
 
-gem 'google-protobuf', '~> 3.7.1'
+gem 'google-protobuf', '~> 3.8.0'
 
 group :development, :test do
   gem 'rubocop', '~> 0.69', require: false