I can set ruby version in Gemfile
as follows:
ruby '2.0.0'
But what if I want to have a particular version as 2.0.0-p353
?
When I add it to Gemfile
, I get:
Your Ruby version is 2.0.0, but your `Gemfile` specified 2.0.0-p353
Is it even possible to set a particular version?