Skip to content

Commit

Permalink
fixed require in http
Browse files Browse the repository at this point in the history
  • Loading branch information
jnak committed Jul 4, 2011
1 parent bb7e506 commit 42d341a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/em-synchrony/em-http.rb
@@ -1,5 +1,5 @@
begin
require "em-http"
require "em-http-request"
rescue LoadError => error
raise "Missing EM-Synchrony dependency: gem install em-http-request"
end
Expand Down

0 comments on commit 42d341a

Please sign in to comment.