dobtco / dvl-core

Base styles for the DOBT View Layer.
https://design.dobt.co/
1 stars 1 forks source link

Explicitly set ruby version in Gemfile, for heroku. #303

Closed vlymar closed 7 years ago

vlymar commented 7 years ago

Heroku doesn't respect .ruby-version, it only looks at the ruby declaration in the Gemfile. dvl-core now requires ruby >= 2.1.0.

https://devcenter.heroku.com/articles/ruby-versions

c.f. https://github.com/dobtco/dvl-core/issues/300