diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-04-07 12:03:42 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-04-07 12:03:42 +1100 |
commit | 585b7acc5b26d5bb98e4e1567b2d0ed36d81b7ac (patch) | |
tree | e1be82d7587f391c20df96a6d071d7a88a397277 /Gemfile.lock | |
parent | aade8b3652573db40e7b777c72caa922b0bc12ef (diff) | |
download | gitlab-ce-585b7acc5b26d5bb98e4e1567b2d0ed36d81b7ac.tar.gz |
Bump `parser` gem to 2.5.0.5blackst0ne-bump-parser-2-5-0-5
1. Synchronize used version of `parser` gem for both versions of rails: 4 and 5.
2. Fix broken CI pipelines for rails5 branches.
The 2.5.0.4 version is removed from rubygems, so it's skipped.
https://github.com/whitequark/parser/issues/478
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 1e6fe7638a9..a1150dfccdd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -587,7 +587,7 @@ GEM orm_adapter (0.5.0) os (0.9.6) parallel (1.12.1) - parser (2.5.0.3) + parser (2.5.0.5) ast (~> 2.4.0) parslet (1.5.0) blankslate (~> 2.0) |