originally forked from https://github.com/alexch/learn_ruby
Since this project has a Gemfile, you can run bundler to install all the required gems!
Start by installing the bundler gem:
gem install bundlerSince Bundler installs a new command line command, you'll need to the following command to get it all working with rbenv.
rbenv rehashNow you're ready to run Bundler and install all your project gem dependencies.
bundle installThis should install all the gems you need.
Once you're done, run
rbenv rehashagain.