fix error
This commit is contained in:
parent
fcb49c9576
commit
95e8f116ac
|
@ -77,7 +77,7 @@ if bundle_update_flag
|
||||||
rescue ScriptError => e
|
rescue ScriptError => e
|
||||||
system('gem install nokogiri -v 1.7.0.1')
|
system('gem install nokogiri -v 1.7.0.1')
|
||||||
gem_home = ENV["GEM_HOME"]
|
gem_home = ENV["GEM_HOME"]
|
||||||
if gem_home.present?
|
if !gem_home.blank?
|
||||||
$LOAD_PATH << "#{gem_home}/gems/nokogiri-1.7.0.1/lib"
|
$LOAD_PATH << "#{gem_home}/gems/nokogiri-1.7.0.1/lib"
|
||||||
$LOAD_PATH << "#{gem_home}/extensions/#{RUBY_PLATFORM}/#{RUBY_VERSION}/nokogiri-1.7.0.1"
|
$LOAD_PATH << "#{gem_home}/extensions/#{RUBY_PLATFORM}/#{RUBY_VERSION}/nokogiri-1.7.0.1"
|
||||||
require 'nokogiri'
|
require 'nokogiri'
|
||||||
|
|
Loading…
Reference in New Issue