Daniel A. wrote:
> Hmm... So what do you have in your gemfile? Just gem rspec-rails,
> without the version? Do you know why there are some gems that are
> installed in the bundler directory? Thank you very much !

In my gem file, for rspec-rails
gem 'rspec-rails', :git => 'http://github.com/rspec/rspec-rails.git'

what you see in the bundler dir are, AFAIK, gem specified with git 
repos, just like the line above. (ie : gems build from source by 
bundler)
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to