lib/vaulted_billing/http.rb in vaulted_billing-1.1.0 vs lib/vaulted_billing/http.rb in vaulted_billing-1.1.2
- old
+ new
@@ -1,5 +1,6 @@
require 'uri'
+require 'net/http'
module VaultedBilling
class HTTP
HTTP_ERRORS = [
Timeout::Error,
\ No newline at end of file