Closed josh-m-sharpe closed 4 years ago
Thank you for editing your GitHub Issue.
Investigating.
Confirmed. Working on a fix.
@josh-m-sharpe v1.0.2 of the Ruby orb is now available. It includes the fix for the install
command (major bug), and a fix/improvement for the install-deps
command (minor bug).
Orb Version 1.0
Describe the bug
Followed instructions to have ruby installed. Ruby not installed.
To Reproduce
Use barebones example:
Expected behavior
ruby 2.6.6 would be installed
Additional context
It's pretty obvious from the code. The
install
step doesn't even use theversion
param except in the name of the step.