Skip to content

Commit

Permalink
fix: require 'pp' to have access to #pretty_inspect
Browse files Browse the repository at this point in the history
Fixes #1462
  • Loading branch information
olleolleolle committed Nov 18, 2022
1 parent 8af0c87 commit 4ad9c1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/faraday/logging/formatter.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'pp' # rubocop:disable Lint/RedundantRequireStatement

module Faraday
module Logging
# Serves as an integration point to customize logging
Expand Down

0 comments on commit 4ad9c1e

Please sign in to comment.