mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix spacing
This commit is contained in:
parent
e856318497
commit
50a2edbce6
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ rake "gems:install"
|
||||||
|
|
||||||
And let Rails take care of installing the required gems if they’re not already installed.
|
And let Rails take care of installing the required gems if they’re not already installed.
|
||||||
|
|
||||||
h4. add_source(source, options={})
|
h4. add_source(source, options = {})
|
||||||
|
|
||||||
Adds the given source to the generated application's +Gemfile+.
|
Adds the given source to the generated application's +Gemfile+.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue