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

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-10-05 16:46:24 +0300
committerJeff King <peff@peff.net>2022-10-05 16:46:54 +0300
commit2bab208fc5f01b2e1b6a5a004065998485aacbe0 (patch)
tree5e0443d02a76faf684d0c8de52aa31f24bb12e0e
parentf2b7069fd6724fc7c737e8c05622698e000a9bc7 (diff)
Gemfile.lock: update bundler version
This avoids an annoying (but harmless) warning about DidYouMean::SPELL_CHECKERS on every run, after the upgrade to ruby 3.1.2.
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 0c9a2219..4a7d4f40 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -370,4 +370,4 @@ RUBY VERSION
ruby 3.1.2p20
BUNDLED WITH
- 2.1.4
+ 2.3.22