Files
gitlabhq/gems/gitlab-http/Gemfile
2023-09-12 21:10:52 +00:00

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'