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