mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Trust the load path
This commit is contained in:
parent
7d2cfe5a7e
commit
7aec6fe2ba
1 changed files with 2 additions and 2 deletions
|
|
@ -2,5 +2,5 @@ require 'base64'
|
|||
require 'cgi'
|
||||
require 'openssl'
|
||||
require 'uri'
|
||||
require File.expand_path('../simple_oauth/core_ext/object', __FILE__)
|
||||
require File.expand_path('../simple_oauth/header', __FILE__)
|
||||
require 'simple_oauth/core_ext/object'
|
||||
require 'simple_oauth/header'
|
||||
|
|
|
|||
Loading…
Reference in a new issue