The ruby version specified in the Gemfile is 2.1.3
. I've installed 2.1.3 to get started, however this may be a barrier to potential contributors. Suggestions:
- Remove the ruby version from
Gemfile
- Use an env var:
ruby ENV['CUSTOM_RUBY_VERSION'] || '2.1.3'