When running bundle install with Ruby version less than 2.0.0 the install for byebug fails with the following message:
Installing byebug 6.0.2 with native extensions
Gem::InstallError: byebug requires Ruby version >= 2.0.0.
May want to either tag a specific version of byebug in the Gemfile or change the documentation to indicate that Ruby 2 or higher is required.
Thanks for this resource, I'm excited to try it out!
When running
bundle installwith Ruby version less than 2.0.0 the install forbyebugfails with the following message:May want to either tag a specific version of
byebugin theGemfileor change the documentation to indicate that Ruby 2 or higher is required.Thanks for this resource, I'm excited to try it out!