Commits on Source (3)
-
Andrew Vella authored
-
Andrew Vella authored
Upgrade Ruby, adding `csv` and `racc` to the `Gemfile` as these are no longer provided in the Ruby standard library.
-
Andrew Vella authored
build: upgrade ruby See merge request !10
source 'https://rubygems.org' | ||
# Make sure the ruby version matches the version in the Dockerfile. | ||
ruby '3.0.7' | ||
ruby '3.4.2' | ||
gem 'gitlab-triage', '~> 1.44', '>= 1.44.3' | ||
gem 'csv' | ||
gem 'racc' |