summaryrefslogtreecommitdiff
path: root/lib/ffi_yajl/ext.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ffi_yajl/ext.rb')
-rw-r--r--lib/ffi_yajl/ext.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ffi_yajl/ext.rb b/lib/ffi_yajl/ext.rb
index e6a7e6d..93d784a 100644
--- a/lib/ffi_yajl/ext.rb
+++ b/lib/ffi_yajl/ext.rb
@@ -20,7 +20,7 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-require "rubygems"
+require "rubygems" unless defined?(Gem)
require_relative "encoder"
require_relative "parser"
@@ -28,7 +28,7 @@ require "ffi_yajl/ext/dlopen"
require_relative "map_library_name"
# needed so the encoder c-code can find these symbols
-require "stringio"
+require "stringio" unless defined?(StringIO)
require "date"
module FFI_Yajl