aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2015-07-28 12:25:39 +0200
committerRobin Dupret <robin.dupret@gmail.com>2015-07-28 15:05:41 +0200
commite18bf1dc49222e25d5a485e876e13fc3e57c6eca (patch)
tree389158e6715e6a9aca347d4d0b78ef4c76a4f016 /guides/source/getting_started.md
parent6f4421e4d981be86c04b13fb6965eaaea1c44644 (diff)
downloadrails-e18bf1dc49222e25d5a485e876e13fc3e57c6eca.tar.gz
rails-e18bf1dc49222e25d5a485e876e13fc3e57c6eca.tar.bz2
rails-e18bf1dc49222e25d5a485e876e13fc3e57c6eca.zip
Tiny documentation edits [ci skip]
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 400383cfb5..dbbedc49ab 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -23,10 +23,12 @@ application from scratch. It does not assume that you have any prior experience
with Rails. However, to get the most out of it, you need to have some
prerequisites installed:
-* The [Ruby](https://www.ruby-lang.org/en/downloads) language version 2.2.2 or newer.
-* Right version of [Development Kit](http://rubyinstaller.org/downloads/), if you are using Windows
-* The [RubyGems](https://rubygems.org) packaging system, which is installed with Ruby
- versions 1.9 and later. To learn more about RubyGems, please read the [RubyGems Guides](http://guides.rubygems.org).
+* The [Ruby](https://www.ruby-lang.org/en/downloads) language version 2.2.2 or newer.
+* Right version of [Development Kit](http://rubyinstaller.org/downloads/), if you
+ are using Windows.
+* The [RubyGems](https://rubygems.org) packaging system, which is installed with
+ Ruby by default. To learn more about RubyGems, please read the
+ [RubyGems Guides](http://guides.rubygems.org).
* A working installation of the [SQLite3 Database](https://www.sqlite.org).
Rails is a web application framework running on the Ruby programming language.