我正在上捆綁這種錯誤安裝捆綁安裝失敗
Gem::InstallError: devise_invitable requires RubyGems version ~> 1.3.6. Try 'gem update --system' to update RubyGems itself.
An error occured while installing devise_invitable (0.4.rc), and Bundler cannot continue.
Make sure that `gem install devise_invitable -v '0.4.rc'` succeeds before bundling.
,但是當我看到了RubyGems的版本,我有
gem -v
1.8.10
就如何解決這一問題的任何想法....在這裏是我的Gemfile
gem 'rails', '3.0.3'
gem 'devise', "1.2.rc"
gem 'devise_invitable', '0.4.rc'
您正在使用RVM的版本? – 2012-02-08 22:16:58
是的,我使用rvm .... rvm使用[email protected] – Trace 2012-02-08 22:19:22
請嘗試運行'rvm 1.9.2 do gem -v',如果它是舊的,那麼'rvm 1.9.2 gem update - -system' – 2012-02-08 22:25:48