1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Updates bundler information, now bundler has a homepage

This commit is contained in:
Santiago Pastorino 2010-05-08 21:41:41 -03:00
parent 7a5aa35ed0
commit c31b386a88

View file

@ -87,7 +87,7 @@ h4. Vendoring Gems
Rails now uses a +Gemfile+ in the application root to determine the gems you require for your application to start. This +Gemfile+ is processed by the "Bundler":http://github.com/carlhuda/bundler, which then installs all your dependencies. It can even install all the dependencies locally to your application so that it doesn't depend on the system gems.
More information: - "bundler README on Github":http://github.com/carlhuda/bundler
More information: - "bundler homepage":http://gembundler.com
h4. Living on the Edge