summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-09-10 13:10:30 -0700
committerStan Hu <stanhu@gmail.com>2017-09-10 13:10:30 -0700
commit962e5bd95797249ecf83983f82ee0cfb2f97b355 (patch)
tree6acdd2ed6164d8c5393fbd374d5fe309774f392f /Gemfile
parent5d952f756bcf0355fc5d86d819dfc6913c0ae351 (diff)
downloadgitlab-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a022319ae2c..cc6618d3557 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'