summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
diff options
context:
space:
mode:
authorMilan <me@pbb.lc>2021-03-10 12:42:58 +0100
committerGitHub <noreply@github.com>2021-03-10 12:42:58 +0100
commit86ee8dd8ff48f2da3577077720adf587b72908b8 (patch)
tree859e2caec6c83e1c5c4b5a4ddd5b71d37f73f0fd /pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
parent53012ee4f0905997c6283b71bbd1590885eab504 (diff)
downloadnixpkgs-86ee8dd8ff48f2da3577077720adf587b72908b8.tar
nixpkgs-86ee8dd8ff48f2da3577077720adf587b72908b8.tar.gz
nixpkgs-86ee8dd8ff48f2da3577077720adf587b72908b8.tar.bz2
nixpkgs-86ee8dd8ff48f2da3577077720adf587b72908b8.tar.lz
nixpkgs-86ee8dd8ff48f2da3577077720adf587b72908b8.tar.xz
nixpkgs-86ee8dd8ff48f2da3577077720adf587b72908b8.tar.zst
nixpkgs-86ee8dd8ff48f2da3577077720adf587b72908b8.zip
gitlab: 13.8.4 -> 13.8.5 (#115393)
https://about.gitlab.com/releases/2021/03/04/security-release-gitlab-13-9-2-released/
Diffstat (limited to 'pkgs/applications/version-management/gitlab/rubyEnv/Gemfile')
-rw-r--r--pkgs/applications/version-management/gitlab/rubyEnv/Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile b/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
index c7ed1cd4d71..23b58d721f3 100644
--- a/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
+++ b/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
@@ -307,6 +307,9 @@ gem 'premailer-rails', '~> 1.10.3'
 
 # LabKit: Tracing and Correlation
 gem 'gitlab-labkit', '0.14.0'
+# Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0
+# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900
+gem 'thrift', '>= 0.14.0'
 
 # I18n
 gem 'ruby_parser', '~> 3.15', require: false