mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-01 07:40:11 +00:00
9 lines
189 B
Ruby
9 lines
189 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# Specify your gem's dependencies in gitlab-rspec_flaky.gemspec
|
|
gemspec
|
|
|
|
gem "gitlab-rspec", "~> 0.1", path: "../gitlab-rspec"
|