-
- Downloads
build: upgrade ruby
Upgrade Ruby, adding `csv` and `racc` to the `Gemfile` as these are no longer provided in the Ruby standard library.
parent
324fb767
No related branches found
No related tags found
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' |
Please register or sign in to comment