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:
authorChad Woolley <cwoolley@gitlab.com>2022-05-11 04:39:20 +0300
committerChad Woolley <cwoolley@gitlab.com>2022-05-11 04:39:20 +0300
commitac7f6fb6b4706f578b5582f617683579c48d2f6a (patch)
treea2cf2e60c86c44a7a4b1e3b52cc939478311fb23
parent60a7383d965aa6a8e69aa2e33a84792cde486cd3 (diff)
downgrade json gem to match gitlab versioncaw-downgrade-json-gem-to-match-gitlab
- See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86061#note_942017961
-rw-r--r--ruby/Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index cc37adacc..cc5344f8e 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -94,7 +94,7 @@ GEM
jaeger-client (1.1.0)
opentracing (~> 0.3)
thrift
- json (2.6.1)
+ json (2.5.1)
licensee (9.14.1)
dotenv (~> 2.0)
octokit (~> 4.17)