这是我的屏幕截图的链接。http://imgur.com/bbLud(所以不允许菜鸟发布照片)
问题。
尝试捆绑安装并不断抛出“此版本需要不同版本的捆绑器”错误。所以我卸载了当前版本,检查了我的 bundler 版本,它仍然出现。我再次卸载它,它告诉我它不存在。有人可以请出一个想法。
编辑: Gemfile 的内容
source 'http://rubygems.org'
gem 'rails', '3.0.1'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3-ruby', '1.0.0', :require => 'sqlite3'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
# group :development, :test do
# gem 'webrat'
# end