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:
authorStan Hu <stanhu@gmail.com>2022-06-07 11:38:36 +0300
committerStan Hu <stanhu@gmail.com>2022-06-07 11:38:36 +0300
commita9f6c27cc42d84c076c435881ab7d08b0fe76ac0 (patch)
treeee62dae902fe6bc9ffaf59aa90a2e18c3b175c84
parent0d714e3d3b865aaa95caa5e31be9bfb3f9f0d0ea (diff)
chore: Update Gemfile.lock to use bundler v2.3.15
This is just to minimize the versions of bundler used for development. The GDK runs `support/bundle-install` in this directory to obtain the version of bundler needed. This relates to https://gitlab.com/gitlab-org/gitlab/-/issues/364373.
-rw-r--r--ruby/Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index cc5344f8e..7c300000a 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -249,4 +249,4 @@ DEPENDENCIES
timecop
BUNDLED WITH
- 2.1.4
+ 2.3.15