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

Gemfile - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc7155fbc1e53b0e9a4f400e42bced92f331446e (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

source 'https://rubygems.org'

group :development, :test, :danger do
  gem 'gitlab-dangerfiles', '~> 3.0', require: false
end