Ruby 2.1.7 is out, update documentation accordingly.
authorWard Vandewege <ward@curoverse.com>
Mon, 28 Sep 2015 14:29:56 +0000 (10:29 -0400)
committerWard Vandewege <ward@curoverse.com>
Mon, 28 Sep 2015 14:29:56 +0000 (10:29 -0400)
No issue #

doc/_includes/_install_ruby_and_bundler.liquid

index 502e2bcb3a41e1bdacd8f0c55a1afde95b7a55d6..9679e3837f19f82d0377a21e5c6f1c28facd247b 100644 (file)
@@ -54,8 +54,8 @@ Build and install Ruby:
 <notextile>
 <pre><code><span class="userinput">mkdir -p ~/src
 cd ~/src
-curl http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.6.tar.gz | tar xz
-cd ruby-2.1.6
+curl http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.7.tar.gz | tar xz
+cd ruby-2.1.7
 ./configure --disable-install-rdoc
 make
 sudo make install