diff options
author | Stan Hu <stanhu@gmail.com> | 2018-10-28 23:57:20 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-10-28 23:58:21 -0700 |
commit | 7fb30b4cc4994022e55460e6905996212859cfb6 (patch) | |
tree | 95b747371e09f9a9852d8b2c8e85ea538b7e3b71 /Gemfile.lock | |
parent | b868b02c626dc4f9986eb93e54cf593055121972 (diff) | |
download | gitlab-ce-7fb30b4cc4994022e55460e6905996212859cfb6.tar.gz |
Upgrade whitequark/parser to 2.5.3.0sh-bump-whitequark-parser
This squelches the following warning:
warning: parser/current is loading parser/ruby24, which recognizes
warning: 2.4.4-compliant syntax, but you are running 2.4.5.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e533b564d15..72fd7d679d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -547,7 +547,7 @@ GEM orm_adapter (0.5.0) os (1.0.0) parallel (1.12.1) - parser (2.5.1.2) + parser (2.5.3.0) ast (~> 2.4.0) parslet (1.8.2) peek (1.0.1) |