Skip to content

Bump Ruby & gem versions

Katrin Leinweber requested to merge 18-bumb-versions into master

Closes #18 (closed)

I needed this for working on a customer's internal ticket and noticed that issue. Leaving this here, just in case it turns out to be helpful for the template generally 🤞

Essentially, this is the result of:

# updating Ruby to 3.0.2 manually
bundle && bundle update
# yarn upgrade && npm update --force # removed from the MR after all, because of build failure, see https://gitlab.com/gitlab-org/project-templates/rails/-/jobs/1430260695#L466

cc @gitlab-org/manage/import/backend

Edited by Katrin Leinweber

Merge request reports