mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Link to gembundler.com instead of Github repo
This commit is contained in:
parent
68ba59fdbd
commit
8e3d23dea2
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ In any case, Rails will create a folder in your working directory called <tt>blo
|
|||
|
||||
h4. Installing the Required Gems
|
||||
|
||||
Rails applications manage gem dependencies with "Bundler":http://www.github.com/carlhuda/bundler by default. As we don't need any other gems beyond the ones in the generated +Gemfile+ we can directly run
|
||||
Rails applications manage gem dependencies with "Bundler":http://gembundler.com/v1.0/index.html by default. As we don't need any other gems beyond the ones in the generated +Gemfile+ we can directly run
|
||||
|
||||
<shell>
|
||||
bundle install
|
||||
|
|
Loading…
Reference in a new issue