Files
gitlab-foss/qa/gems/gitlab-orchestrator/Gemfile
2025-05-27 21:11:53 +00:00

14 lines
255 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gemspec
group :test do
gem "climate_control", "~> 1.2.0"
gem "gitlab-styles", "~> 13.1.0"
gem "pry", "~> 0.15.2"
gem "rspec", "~> 3.13", ">= 3.13.1"
gem "simplecov", "~> 0.22.0"
end