Closed schneems closed 4 years ago
Any progress here?
Hello Schneems,
I will be updating the orb and will look into this.
hello @KyleTryon is there
Hello Schneems,
I will be updating the orb and will look into this.
@KyleTryon is there an alternative to get past this error yet? I'm also experiencing this.
Good news is the Ruby orb will be updated no later than by the end of next week, likely in the first half of next week. We just needed to also update a sample project for proper testing of the orb.
If you'd like to see the current working code it can be found here in the branch I am currently working on.
https://github.com/CircleCI-Public/ruby-orb/blob/OSK_update/src/commands/install.yml
if however at all possible, do not use orbs to install languages/frameworks
It will be faster and easier to use a Docker image with the appropriate version of Ruby installed when possible (or build from that image)
Hello,
Version 1.0.0 of the Ruby orb has been released.
https://github.com/CircleCI-Public/ruby-orb/releases/tag/v1.0.0 https://circleci.com/orbs/registry/orb/circleci/ruby?version=1.0.0
The Ruby installation logic has been updated. Please try updating to 1.0.0 and report back if you continue to experience any issues.
Thank you.
Orb Version The version number of the orb
0.2.1
Describe the bug
Build fails while trying to
ruby/install
To Reproduce
Here's my config.yml
Expected behavior
I pushed and expect to be able to use Ruby 2.5.5. Instead I got an error
Additional context URL of the build: https://circleci.com/gh/heroku/heroku-buildpack-ruby/1033
It's also worth noting that the "prep for RVM" step also failed: