mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix small typo in development_dependencies_install
Fix small typo a link to bundler page in development_dependencies_install.md
This commit is contained in:
parent
8cf428fe78
commit
058ae7e1c9
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ And if you are on Fedora or CentOS, you're done with
|
|||
$ sudo yum install sqlite3 sqlite3-devel
|
||||
```
|
||||
|
||||
Get a recent version of [Bundler](http://gembundler.com/:)
|
||||
Get a recent version of [Bundler](http://gembundler.com/)
|
||||
|
||||
```bash
|
||||
$ gem install bundler
|
||||
|
|
Loading…
Reference in a new issue