bellycard / napa

A simple framework for building APIs with Grape
Other
329 stars 72 forks source link

Ruby version hardcoded to 2.0.0 #247

Closed ochagata closed 8 years ago

ochagata commented 8 years ago

Is there a reason why the ruby version in the generated gemfile and .ruby-version is locked at 2.0.0?

I suggest removing the restriction and letting the user set it to what they wish.

@darbyfrey

heymackey commented 8 years ago

+1

darbyfrey commented 8 years ago

What do you guys think about this approach instead? https://github.com/bellycard/napa/pull/232

ochagata commented 8 years ago

:+1: It applies to all version managers(rvm, chruby, rbenv)

I'll make an updated PR in a few minutes and we can close out #232 and #249