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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKassio Borges <kborges@gitlab.com>2023-05-16 16:38:12 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2023-05-16 16:38:12 +0300
commit0baf0708a28c99829fbcc916617830daa6f9ca05 (patch)
tree36453aed9c9c213f0827d8f0ff6f15c34e6dad20 /Gemfile
parente416bd226a7f88ac1f86ede71e6d65b460efd455 (diff)
Remove ruby dependency
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index 031d084d..00000000
--- a/Gemfile
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-source 'https://rubygems.org'
-
-group :development, :test, :danger do
- gem 'gitlab-dangerfiles', '~> 3.1', require: false
-end