File: require-grape.patch

package info (click to toggle)
ruby-grape-logging 1.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: ruby: 844; makefile: 6; sh: 3
file content (12 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: This patch fixes test failures
 by expicitly requring grape.
Author: Utkarsh Gupta <utkarsh@debian.org>
Last-Update: 2020-03-24

--- a/lib/grape_logging/middleware/request_logger.rb
+++ b/lib/grape_logging/middleware/request_logger.rb
@@ -1,3 +1,4 @@
+require 'grape'
 require 'grape/middleware/base'
 
 module GrapeLogging