aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/ruby_on_rails_guides_guidelines.md
diff options
context:
space:
mode:
authorViktor Fonic <viktor.fonic@gmail.com>2018-05-13 21:37:44 +0200
committerRobin Dupret <robin.dupret@gmail.com>2018-11-09 14:31:02 +0100
commita6b0c4a2d2fd466c99de483ee3a3396bc270e9a7 (patch)
tree5ba15ec85fa75c4ce169ed9c4381a76d0b01ff6e /guides/source/ruby_on_rails_guides_guidelines.md
parentd80925b169f0db950697868f5659a67cc03e8654 (diff)
downloadrails-a6b0c4a2d2fd466c99de483ee3a3396bc270e9a7.tar.gz
rails-a6b0c4a2d2fd466c99de483ee3a3396bc270e9a7.tar.bz2
rails-a6b0c4a2d2fd466c99de483ee3a3396bc270e9a7.zip
Docs: Update Development Dependencies Install
* Move all the testing related stuff to the contributing guide and redirect the reader to this guide once the installation process is finished as running tests is the logical next step. * Group documentation instructions by OS, not by gem * It eases the installation process and lessen the need to scroll through the guide * There's still a list of all additional services required for each of the gems above the instructions for each OS. * Also update a bit the instructions * Update some package names * Add `yarn` to the package list for Arch Linux and FreeBSD * Use `dnf` instead of `yum` for Fedora and CentOS * Advise the user to use `brew bundle` on macOS to lessen the maintenance burden for this OS and ease the process for the user. [ci skip]
Diffstat (limited to 'guides/source/ruby_on_rails_guides_guidelines.md')
-rw-r--r--guides/source/ruby_on_rails_guides_guidelines.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/ruby_on_rails_guides_guidelines.md b/guides/source/ruby_on_rails_guides_guidelines.md
index f5c0ba5b2d..4b56cf6296 100644
--- a/guides/source/ruby_on_rails_guides_guidelines.md
+++ b/guides/source/ruby_on_rails_guides_guidelines.md
@@ -107,8 +107,8 @@ HTML Guides
-----------
Before generating the guides, make sure that you have the latest version of
-Bundler installed on your system. As of this writing, you must install Bundler
-1.3.5 or later on your device.
+Bundler installed on your system. You can find the latest Bundler version
+[here](https://rubygems.org/gems/bundler). As of this writing, it's v1.17.1.
To install the latest version of Bundler, run `gem install bundler`.