Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Gemfile « gitlab-utils « gems - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c7228c874c980a290fbf4ec764ca105c60844d9 (plain)
1
2
3
4
5
6
7
8
9
10
# 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