On Jun 23, 2010, at 8:16 AM, Julien Palmas wrote:

> 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)

Keep a couple of things in mind that when you use this approach:

1. You are using unreleased software. Expect additional headaches, but please 
report them so we know what's broken.
2. You have to run 'bundle install' or 'bundle update' to get the latest code.

Cheers,
David
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to