diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-01-31 14:18:11 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-01-31 14:18:11 +0100 |
commit | 830700e2a46daa8731101c44d1eba24ce7eb6877 (patch) | |
tree | 363900590368d03459e5c0d693d29a9352b5995b /Gemfile.lock | |
parent | a248e7adf3c11bf9e0231570163930c953a1a8ee (diff) | |
download | gitlab-ce-830700e2a46daa8731101c44d1eba24ce7eb6877.tar.gz |
Upgrade Flay to have fewer parsing errors
Gem is updated from 2.8 to 2.10. [changelog][1]
[1]: https://github.com/seattlerb/flay/blob/master/History.rdoc
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 1a3c8f42469..ed120720242 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,7 @@ GEM fast_gettext (1.4.0) ffaker (2.4.0) ffi (1.9.18) - flay (2.8.1) + flay (2.10.0) erubis (~> 2.7.0) path_expander (~> 1.0) ruby_parser (~> 3.0) @@ -588,7 +588,7 @@ GEM ast (~> 2.3) parslet (1.5.0) blankslate (~> 2.0) - path_expander (1.0.1) + path_expander (1.0.2) peek (1.0.1) concurrent-ruby (>= 0.9.0) concurrent-ruby-ext (>= 0.9.0) @@ -1037,7 +1037,7 @@ DEPENDENCIES faraday (~> 0.12) fast_blank ffaker (~> 2.4) - flay (~> 2.8.0) + flay (~> 2.10.0) flipper (~> 0.11.0) flipper-active_record (~> 0.11.0) flipper-active_support_cache_store (~> 0.11.0) |