mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-01 16:04:19 +00:00
14 lines
255 B
Ruby
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
|