diff options
author | Stan Hu <stanhu@gmail.com> | 2018-04-23 12:57:40 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-04-23 13:00:02 -0700 |
commit | 69246ec8d2bcbffeeb5265d16be85a158f767a4e (patch) | |
tree | 46e5cc2a484d19d9ea2e5e65ab185f15b43b6397 /Gemfile.lock | |
parent | cdb5f98506aa3ca847aaf0dbcab1ef97010c29b9 (diff) | |
download | gitlab-ce-69246ec8d2bcbffeeb5265d16be85a158f767a4e.tar.gz |
Bump lograge to 0.10.0 and remove monkey patch
lograge 0.10.0 contains the `Location` query string fix in
https://github.com/roidrage/lograge/pull/241 among other minor changes:
https://github.com/roidrage/lograge/blob/master/CHANGELOG.md
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 745732f3537..e6c83ad685a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -483,10 +483,11 @@ GEM logging (2.2.2) little-plugger (~> 1.1) multi_json (~> 1.10) - lograge (0.5.1) - actionpack (>= 4, < 5.2) - activesupport (>= 4, < 5.2) - railties (>= 4, < 5.2) + lograge (0.10.0) + actionpack (>= 4) + activesupport (>= 4) + railties (>= 4) + request_store (~> 1.0) loofah (2.2.2) crass (~> 1.0.2) nokogiri (>= 1.5.9) |