Bump grape_logging gem to 1.7.0 to get status codes for error messages
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
Showing
... | @@ -407,4 +407,4 @@ gem 'flipper-active_record', '~> 0.10.2' | ... | @@ -407,4 +407,4 @@ gem 'flipper-active_record', '~> 0.10.2' |
# Structured logging | # Structured logging | ||
gem 'lograge', '~> 0.5' | gem 'lograge', '~> 0.5' | ||
gem 'grape_logging', '~> 1.6' | gem 'grape_logging', '~> 1.7' |
Please register or sign in to comment