Hi all,

Another Bundler upgrade issue - I specify the tmail gem explicitly in
my Gemfile, as this causes Rails to use the latest version of the gem
rather than the one they accidentally embedded into action_mailer.
This wasn't a problem in Bundler 0.8, but it's causing this error
after upgrading to Bundler 0.9:

App failed to start

/usr/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:271:in
`require_frameworks': no such file to load -- tmail (RuntimeError)
        from 
/usr/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:134:in
`process'
        from 
/usr/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:113:in
`send'
        from 
/usr/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:113:in
`run'
        from /disk1/home/slugs/120300_83dfe0f_9aa9/mnt/config/environment.rb:9
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
        from 
/home/slugs/120300_83dfe0f_9aa9/mnt/.bundle/gems/gems/thin-1.2.5/lib/rack/adapter/rails.rb:42:in
`load_application'
        from 
/home/slugs/120300_83dfe0f_9aa9/mnt/.bundle/gems/gems/thin-1.2.5/lib/rack/adapter/rails.rb:23:in
`initialize'
         ... 11 levels...
        from 
/usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/builder.rb:29:in
`instance_eval'
        from 
/usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/builder.rb:29:in
`initialize'
        from /home/heroku_rack/heroku.ru:1:in `new'
        from /home/heroku_rack/heroku.ru:1

Note that when I remove "tmail" from the Gemfile, it starts fine.

Any idea what might be up?

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