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>2021-12-13 19:00:18 +0300
committerStan Hu <stanhu@gmail.com>2021-12-13 19:00:18 +0300
commit48a585605a56c5c79a019f6bfbad11bb7925f4a7 (patch)
tree706a90840d08bf4ac04b8d25f6a73cced9601fd0
parent15a1323ae16dffd3ba6b078f6cb81e283a96c72d (diff)
Update parser gem to eliminate Ruby 2.7.5 warning
This eliminates the warning: ``` warning: parser/current is loading parser/ruby27, which recognizes warning: 2.7.4-compliant syntax, but you are running 2.7.5. ``` Diff of parser: https://my.diffend.io/gems/parser/3.0.2.0/3.0.3.2 Diff of ast: https://my.diffend.io/gems/ast/2.4.1/2.4.2
-rw-r--r--ruby/Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 767567ca7..415ca4b16 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -26,7 +26,7 @@ GEM
memoizable (~> 0.4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
- ast (2.4.1)
+ ast (2.4.2)
binding_ninja (0.2.3)
builder (3.2.4)
charlock_holmes (0.7.7)
@@ -126,7 +126,7 @@ GEM
opentracing (0.5.0)
optimist (3.0.1)
parallel (1.19.2)
- parser (2.7.2.0)
+ parser (3.0.3.2)
ast (~> 2.4.1)
pg_query (2.1.1)
google-protobuf (>= 3.17.1)