CircleCI-Public / circleci-demo-ruby-rails

A CircleCI demo project using Ruby and Rails
https://circleci.com/gh/CircleCI-Public/circleci-demo-ruby-rails
MIT License
78 stars 293 forks source link

update to ruby 2.7.2 for ruby-orb test #44

Closed dsayling closed 4 years ago

dsayling commented 4 years ago

This ruby orb test clones this project and is failing because its set to 2.7.* the lockfile stops the test by failing fast

https://app.circleci.com/pipelines/github/CircleCI-Public/ruby-orb/315/workflows/201bfa4e-157e-47b0-b40b-9990015fe7f8/jobs/1017

dsayling commented 4 years ago

Actually, this is broken on the orb's CI - the link to the job above has the ruby orb clone this repo in the default executor of the orb (which is 2.7.2 in this case) and run bundle without doing anything to this repo's config.

I assume what we should do is parameritize the job in this repository to accept an orb version. The ruby orb would then run the job in this repo with the dev orb version, rather than running a hardocded config in another repo.