Rails 2.3.5 からアップグレードした後、Rails 2.3.15 アプリのスクリプト/コンソールを起動しようとすると、次のエラーが発生します。これは、問題はバンドラー 1.2.1 がラック 1.1.3 と互換性がないことにあるということですか? どんな助けでも大歓迎です。
usr/lib/ruby/gems/1.8/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:157:in gem': can't activate rack (~> 1.0.1), already activated rack-1.1.3. Make sure all dependencies are added to Gemfile. (Gem::LoadError)
from /home/developer/bigpink/vendor/rails/actionpack/lib/action_controller.rb:34
from /home/developer/bigpink/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in
require' from /home/developer/bigpink/vendor/rails/activesupport/lib/active_support/dependencies .rb:156:/home/developer/bigpink/vendor/rails/activesupport/lib/active_support/dependencies.rb:156: require'
from /home/developer/bigpink/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in
require からの new_constants_in require'
from /home/developer/bigpink/vendor/rails/railties/lib/commands/server.rb:2
from script/server:3:in
' で script/server:3 から