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>2018-12-12 17:05:32 +0300
committerStan Hu <stanhu@gmail.com>2018-12-12 17:05:32 +0300
commita37d60866dffc0a96666601edfe3281b2b5abc96 (patch)
tree6e677d115e8335cba0f42f6be93eed271ef14dbe
parenta88f9d91938dd5cd7875aeed57bc59d21f2ef743 (diff)
Update parser gem to get rid of warnings
The previous version would spew these warnings: ``` warning: parser/current is loading parser/ruby25, which recognizes warning: 2.5.1-compliant syntax, but you are running 2.5.3. warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri. ```
-rw-r--r--ruby/Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 73dab9a33..59f8ad69f 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -82,7 +82,7 @@ GEM
nokogumbo (1.5.0)
nokogiri
parallel (1.12.1)
- parser (2.5.1.2)
+ parser (2.5.3.0)
ast (~> 2.4.0)
posix-spawn (0.3.13)
powerpack (0.1.2)