DanS wrote: > I'm trying to install rspec so I can work with the new book chapter. > This what the console shows after running "rake install_gem" > > Successfully built RubyGem > Name: rspec > Version: 1.2.9.rc1 > File: rspec-1.2.9.rc1.gem > mv rspec-1.2.9.rc1.gem pkg/rspec-1.2.9.rc1.gem > sudo gem install bmabey-fakefs --version '>=0.1.1' > ERROR: could not find gem bmabey-fakefs locally or in a repository
Just ran into this problem and none of the posted answers helped. Here is the solution: Going to http://gems.github.com/ I noticed that it RubyGems 1.2.0 or higher is required for working with github. PS C:\code\RubyPlayground> gem -v 0.9.4 PS C:\code\RubyPlayground> gem update --system PS C:\code\RubyPlayground> gem install rspec -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users