Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 348 Bytes

File metadata and controls

17 lines (11 loc) · 348 Bytes

Installation

Install RBenv

Install RBenv

After you've installed RBenv, run the command rbenv install.

Install Gems

This blog requires that you install the Bundler gem, and then run bundle install to install all needed gem dependencies.

gem install bundler
bundle install