我剛升級到ruby 1.9.3和rails 3.2.2。我試圖創建此應用程序:安裝了兩個rake版本=錯誤
rails new myapp -m https://github.com/RailsApps/rails3-application-templates/raw/master/rails3-mongoid-omniauth-template.rb -T -O
在安裝結束它給我的錯誤:
The template [https://github.com/RailsApps/rails3-application-templates/raw/master/rails3-mongoid-omniauth-template.rb] could not be loaded. Error: You have already activated rake 0.9.2, but your Gemfile requires rake 0.9.2.2. Using bundle exec may solve this.
,如果我做RVM寶石列表或寶石列表我得到耙的兩個版本:
rake (0.9.2.2, 0.9.2)
我該如何告訴RVM或任何它是我必須告訴,只使用最新?
你能卸載嗎?也許你的1.9.3沒有安裝? – rogerdpack 2012-03-19 13:47:44
我不知道...我可以嗎?我怎麼做? – 2012-03-19 13:48:43
您是否嘗試過'gem uninstall'?或者按照錯誤消息並使用bundle exec? – Reactormonk 2012-03-19 13:52:21