diff options
author | Stan Hu <stanhu@gmail.com> | 2018-04-14 15:56:55 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-04-14 15:56:55 -0700 |
commit | 0089a452a61b964852c3170b884e7b6aa3dfdafe (patch) | |
tree | 10647f417ac4d7ab9d3608fba18311e8d3434011 /Gemfile.lock | |
parent | 160f1fd225944b4cedd9d5223cdc55b2f3ed0ea7 (diff) | |
download | gitlab-ce-0089a452a61b964852c3170b884e7b6aa3dfdafe.tar.gz |
Bump parser gem to 2.5.1.0 to remove warning in rspec
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 c3716baa762..23b6c2423e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -590,7 +590,7 @@ GEM orm_adapter (0.5.0) os (0.9.6) parallel (1.12.1) - parser (2.5.0.5) + parser (2.5.1.0) ast (~> 2.4.0) parslet (1.5.0) blankslate (~> 2.0) |