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
path: root/ruby
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2022-11-30 18:08:26 +0300
committerToon Claes <toon@gitlab.com>2022-12-02 11:00:36 +0300
commit6e1b7d75824f07b89fb0ffa4f31f03ee5062b143 (patch)
treee29975fdb32e7eea4046f53ab51ca6e1dfddc3b7 /ruby
parent27cf19f5d2be3b74055c2495fc475e9ef8f363c9 (diff)
git: Remove use of git v2.37
The roll-out of git v2.38 has been going smooth, so we can remove the use of v2.37 and solely use v2.38. Issue: https://gitlab.com/gitlab-org/gitaly/-/issues/4553
Diffstat (limited to 'ruby')
-rw-r--r--ruby/spec/test_repo_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/spec/test_repo_helper.rb b/ruby/spec/test_repo_helper.rb
index a71c763f2..c10445b3a 100644
--- a/ruby/spec/test_repo_helper.rb
+++ b/ruby/spec/test_repo_helper.rb
@@ -9,7 +9,7 @@ require 'gitaly'
if ENV.key?('GITALY_TESTING_GIT_BINARY')
GIT_BINARY_PATH = ENV['GITALY_TESTING_GIT_BINARY']
elsif ENV.key?('GITALY_TESTING_BUNDLED_GIT_PATH')
- GIT_BINARY_PATH = File.join(ENV['GITALY_TESTING_BUNDLED_GIT_PATH'], 'gitaly-git-v2.37.1.gl1')
+ GIT_BINARY_PATH = File.join(ENV['GITALY_TESTING_BUNDLED_GIT_PATH'], 'gitaly-git-v2.38')
GIT_EXEC_PATH = File.join(TMP_DIR, 'git-exec-path')
# We execute git-clone(1) to set up the test repo, and this requires Git to