I'm trying to install webistrano with latest ruby packages on ubuntu 13.10. After inital configuration, each time when I'm trying to "bundle" things I'm getting following error:
confiq@home:~$ RAILS_ENV=production rake db:migraterake aborted!
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (~> 1.0.10) ruby
Current Bundler version:
bundler (1.4.0.pre.1)
Of course, I tried to install older bundler
confiq@home:~/$ gem list bundler
*** LOCAL GEMS ***
bundler (1.4.0.pre.1, 1.3.5, 1.0.10)
But dosen't matter which version of bundler I'm installing it always fails on same error message.
I'm in middle of dependency hell and this is just small portion of it...