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>2020-09-29 22:32:09 +0300
committerStan Hu <stanhu@gmail.com>2020-09-29 22:32:09 +0300
commit657c39709f8ca013e07cc0d126664db7ac745e22 (patch)
tree0ee915106d1c1850b19c28d06cb231ab3278ce5d
parent892ab6e3d7689a74dfc7849ec62f55122a59335b (diff)
Update json gem to v2.3.1
This fixes the Ruby 2.7 keyword deprecation warnings: https://github.com/flori/json/pull/389 Full list of changes: https://github.com/flori/json/blob/master/CHANGES.md
-rw-r--r--ruby/Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 87b1fc7f5..399a44330 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -90,7 +90,7 @@ GEM
opentracing (~> 0.3)
thrift
jaro_winkler (1.5.2)
- json (2.2.0)
+ json (2.3.1)
licensee (8.9.2)
rugged (~> 0.24)
listen (0.5.3)