makandra / katapult

Kickstart Rails development!
MIT License
22 stars 2 forks source link

Initial bundling during 'katapult new $projectname' uses wrong ruby version #4

Closed judithroth closed 6 years ago

judithroth commented 8 years ago

If you run katapult inside an ruby version which is different from 2.3.0 (which is the current default for a new project with katapult) the inital bundling will be done in this ruby version instead of 2.3.0. Workaround: Make sure you use ruby 2.3.0 before running katapult new.

codener commented 6 years ago

Thanks for reporting this! The issue will be solved in 0.3.0 where Katapult asks you which Ruby version you want to use.