Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-03-04 22:10:30 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-03-04 22:10:30 +0300
commit9a70fcd2e277721bbe7b9a0c92ed925ddea201b6 (patch)
tree01b1c941fae4768b8803526e0799aa09a245f244 /Gemfile
parent03979b4aaf060cae40934b2aade0bbe8a210e311 (diff)
parent189a15a911843a9059d1f8bfd31008557bea520b (diff)
Merge remote-tracking branch 'dev/13-9-stable' into 13-9-stable
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 58eea956427..0445cc391aa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -310,6 +310,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