I am new to ruby and trying to setup my dev environment (Windows 10). I have installed ruby and rails but cannot install byebug. From what I read I need the DevKit first. So I i
You have to install the version also like this:
gem install byebug -v 5.0.0
Here's the link if you need more information,
https://rubygems.org/gems/byebug/versions/5.0.0