Hey,
is it possible to put only selected gems into vendor/cache?
I'm developing a Rails app and currently I'm using Rails 2.3.5, but
I'd really like to use some of the stuff in 2-3-stable branch and I
don't want to wait for the 2.3.6 release, especially that there's no
official release date. I can't use :git with :branch options to fetch
Rails gem from github repository, because in 2-3-stable branch "rails"
is not a gem and Bundler complains that it can't find it. So I thought
that I could simply build all Rails gems myself and put them into
vendor/cache dir. Unfortunately, after running "bundle install",
Bundler puts all gems specified in the Gemfile there and I don't
really want to add additional 10MB into the repository now and
actually probably much more later, because I'll have to add new
versions of all gems there till the official Rails 2.3.6 release.
Cheers,
Szymon
--
You received this message because you are subscribed to the Google Groups "ruby-bundler" group.
To post to this group, send email to
ruby-b...@googlegroups.com.
To unsubscribe from this group, send email to
ruby-bundler...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/ruby-bundler?hl=en.