Skip to content

Commit

Permalink
Merge pull request oauth-xx#126 from oauth-xx/silence_circular_depend…
Browse files Browse the repository at this point in the history
…ency_warning

Silencing 'loading in progress, circular require considered harmful'
  • Loading branch information
ch1ago committed May 27, 2016
2 parents c91ebd4 + f4fc266 commit 601f251
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/oauth/client/action_controller_request.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'oauth/client/helper'
if defined? ActionDispatch
require 'oauth/request_proxy/rack_request'
require 'action_dispatch/testing/test_process'
Expand Down
1 change: 0 additions & 1 deletion lib/oauth/client/em_http.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'em-http'
require 'oauth/helper'
require 'oauth/client/helper'
require 'oauth/request_proxy/em_http_request'

# Extensions for em-http so that we can use consumer.sign! with an EventMachine::HttpClient
Expand Down
1 change: 0 additions & 1 deletion lib/oauth/client/net_http.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'oauth/helper'
require 'oauth/client/helper'
require 'oauth/request_proxy/net_http'

class Net::HTTPGenericRequest
Expand Down

0 comments on commit 601f251

Please sign in to comment.