Issue #7678 has been updated by Andrew Forgue.
I think this is a bug in rails when using passenger. Line 33 in vendor/rails/actionpack/lib/action_controller.rb: <pre>gem 'rack', '~> 1.0.1' </pre> If you hack off the version it works. I can't find rails' bug tracker anymore but I remember it being on there. ---------------------------------------- Bug #7678: excessive versioned dependency on rack https://projects.puppetlabs.com/issues/7678 Author: Guillaume Rousse Status: Unreviewed Priority: Normal Assignee: Category: Target version: Keywords: Branch: Affected URL: Affected Dashboard version: When running passenger through mod_rails, the versionned dependency on rack 1.0.1 prevent the application to run if there is already a systemwide installation of this ruby module with a different version: can't activate rack (~> 1.0.1, runtime) for [], already activated rack-1.1.0 for ["passenger-2.2.9"] Commenting this version dependency fix the issue, and let the application run apparently flawlessly. So, is there an actual reason to require a specific rack version ? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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/puppet-bugs?hl=en.
