Skip to content

Loosen up ruby version requirement? #4

@eliotsykes

Description

@eliotsykes

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'
  • Leave as is

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions