mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-06 10:19:48 +00:00
11 lines
208 B
Ruby
11 lines
208 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# Specify your gem's dependencies in gitlab-utils.gemspec
|
|
gemspec
|
|
|
|
group :development, :test do
|
|
gem 'gitlab-rspec', path: '../gitlab-rspec'
|
|
end
|