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:
authorKarthik Nayak <knayak@gitlab.com>2022-09-19 18:27:59 +0300
committerKarthik Nayak <knayak@gitlab.com>2022-10-20 17:44:07 +0300
commitd9c5112b24f6e88e43030cd8a46b0d23dde994a8 (patch)
tree34eb1e057363dd500c1ebbe3eb63a73b0bf4f704 /ruby
parentef8362fdf1c0eca9c73fb0fa4dc5b45c5c7965d8 (diff)
ruby: Bump the used git version to v2.37.0
Since the minimum git version is now bumped, let's also bump the version used by the ruby tests.
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 4d0e321dc..e8fd142a2 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.35.1.gl1')
+ GIT_BINARY_PATH = File.join(ENV['GITALY_TESTING_BUNDLED_GIT_PATH'], 'gitaly-git-v2.37.1.gl1')
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