Sha256: 28d8bc62df9cbf67d4e71dbfd66cca306ffc434d4d459cf19f41a147419e26bb
Contents?: true
Size: 425 Bytes
Versions: 12
Compression:
Stored size: 425 Bytes
Contents
# Setup ## Install Ruby ## Ruby Make sure that you're using the correct ruby version. We provide both .rbenv-version and .rvmrc files just to be sure. ``` ruby --version; ruby 1.9.3p194] ``` ## Gems Install `bundler` and all the dependencies: ``` gem install bundler; bundle install; ``` At the end you should see: ``` $ bundle check The Gemfile's dependencies are satisfied ``` ## Tests ``` bundle exec guard ```
Version data entries
12 entries across 12 versions & 1 rubygems