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 bd71a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/faraday/logging/formatter.rb
@@ -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 bd71a25

Please sign in to comment.