From 04a91f8ba26b8922c042b6abfe810232e665b21c Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 6 May 2014 11:13:03 -0700 Subject: add require rubygems to make 1.8.7 happy --- ext/ffi_yajl/ext/parser/extconf.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/ffi_yajl/ext/parser') diff --git a/ext/ffi_yajl/ext/parser/extconf.rb b/ext/ffi_yajl/ext/parser/extconf.rb index 1720e27..397a176 100644 --- a/ext/ffi_yajl/ext/parser/extconf.rb +++ b/ext/ffi_yajl/ext/parser/extconf.rb @@ -1,4 +1,5 @@ require 'mkmf' +require 'rubygems' require 'libyajl2' # the customer is always right, ruby is always compiled to be stupid -- cgit v1.2.1