Good morning Brandon
I was in the same trouble as you and now I’ve worked it out step by step:
1) I saved all my test files (work) and Gem (configuration)
2) Uninstalled All
3) Download and install the following ruby release:
Source:
=> For the x64 Platform we use the link below: https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.5-1/rubyinstaller-2.4.5-1-x64.exe
=> For the x86 Platform we use the link below: https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.5-1/rubyinstaller-2.4.5-1-x86.exe
4) I installed rubyinstaller*. exe and at the end made the updates [1,2,3].
5) In Ruby’s.com command: ruby -v => I identify that the installed ruby is ruby 2.4.0
6) In Ruby.com: Gem install bundler (ruby package manager)
7) In Ruby.com: Gem install Cucumber
8) In Ruby comand.com: Bundle init
9) In Ruby’s.com command: Cucumber --init