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:
parent
7a5aa35ed0
commit
c31b386a88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue