Skip to content

Upgrade Ruby to 2.7.1

Rafael Reggiani Manzo requested to merge update_ruby into master

CI was broken by trying to use a new version, 2.6.6, while our Gemfiles were specifying another version, 2.6.5. To fix it and also keep the application running the latest version, I have decided to use the latest Ruby version here.

Merge request reports