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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/Gemfile')
-rw-r--r--ruby/Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 89bafb90f..5c9feca5c 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -21,6 +21,11 @@ gem 'licensee', '~> 9.15'
gem 'google-protobuf', '~> 3.21.9'
+# Rails is currently blocked on the upgrade to the new major version for Redis,
+# so we don't upgrade either until the issue is resolved. This is an indirect
+# dependency and can thus be removed when the version constraint is gone.
+gem 'redis', '~> 4.8.0'
+
group :development, :test do
gem 'rubocop', '~> 0.69', require: false
gem 'rspec', require: false