How do I install 'byebug' for ruby on Windows?

后端 未结 3 1703
天命终不由人
天命终不由人 2021-01-23 20:24

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

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-23 20:53

    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

提交回复
热议问题