diff options
author | Stan Hu <stanhu@gmail.com> | 2017-09-10 13:10:30 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-09-10 13:10:30 -0700 |
commit | 962e5bd95797249ecf83983f82ee0cfb2f97b355 (patch) | |
tree | 6acdd2ed6164d8c5393fbd374d5fe309774f392f /Gemfile | |
parent | 5d952f756bcf0355fc5d86d819dfc6913c0ae351 (diff) | |
download | gitlab-ce-962e5bd95797249ecf83983f82ee0cfb2f97b355.tar.gz |
Bump grape_logging gem to 1.7.0 to get status codes for error messagessh-bump-grape-logging-for-status-codes
This recent update fixes an issue in grape_logging where the status
code would be "fail" for any non-20x responses. For more details, see:
https://github.com/aserafin/grape_logging/issues/29
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -407,4 +407,4 @@ gem 'flipper-active_record', '~> 0.10.2' # Structured logging gem 'lograge', '~> 0.5' -gem 'grape_logging', '~> 1.6' +gem 'grape_logging', '~> 1.7' |