Skip to content

Commit

Permalink
Don't assign to global ::Timer (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpo committed Dec 31, 2020
1 parent 968dfc1 commit d67d012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday.rb
Expand Up @@ -9,7 +9,7 @@

unless defined?(::Faraday::Timer)
require 'timeout'
Timer = Timeout
::Faraday::Timer = Timeout
end

require 'faraday/version'
Expand Down

0 comments on commit d67d012

Please sign in to comment.