Hi all,

Just upgraded my app to Bundler 0.9, and I noticed that Nokogiri is no
longer available in my environment. From the heroku console:

>> Nokogiri
NameError: uninitialized constant Nokogiri
>> require 'nokogiri'
MissingSourceFile: no such file to load -- nokogiri

Here's my Gemfile:

gem 'rails', '= 2.3.5', :require => nil
gem 'thin', '= 1.2.5'
gem 'aasm', '= 2.1.4'
gem 'authlogic', '= 2.1.3'
gem 'haml', '= 2.2.17'
gem 'nokogiri', '= 1.4.1'
gem 'pg', '= 0.8.0'
gem 'twitter', '= 0.8.4'

When I run script/console locally, Nokogiri is properly loaded.

Any idea what's up?

Thanks!
Mat

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to