source 'https://rubygems.org' # Make sure the ruby version matches the version in the Dockerfile. ruby '3.4.2' gem 'gitlab-triage', '~> 1.44', '>= 1.44.3' gem 'csv' gem 'racc' gem 'rubocop', '~> 1.60'