1
0
Fork 0
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:
James Miller 2010-08-26 09:55:18 -07:00
parent 68ba59fdbd
commit 8e3d23dea2

View file

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