3 navsection: installguide
4 title: Install Ruby and bundler
7 We recommend Ruby >= 2.1.
9 h2(#rvm). Option 1: Install with rvm
12 <pre><code>~$ <span class="userinput">\curl -sSL https://get.rvm.io | bash -s stable --ruby=2.1</span>
13 ~$ <span class="userinput">gem install bundler
14 </span></code></pre></notextile>
16 h2(#fromsource). Option 2: Install from source
19 <pre><code><span class="userinput">mkdir -p ~/src
21 wget http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.3.tar.gz
22 tar xzf ruby-2.1.3.tar.gz
28 sudo gem install bundler</span>
29 </code></pre></notextile>