Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
require net/https for ssl support
Browse files Browse the repository at this point in the history
  • Loading branch information
portertech committed Dec 2, 2011
1 parent 7f0327a commit 3eca4c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/redphone/helpers.rb
@@ -1,5 +1,6 @@
require "rubygems" if RUBY_VERSION < "1.9.0"
require "net/http"
require "net/https"
require "uri"
require "json"
require "cgi"
Expand Down

0 comments on commit 3eca4c6

Please sign in to comment.