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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-09-01 03:52:57 +0300
committerEvan Read <eread@gitlab.com>2020-09-01 06:09:55 +0300
commit5db14c3cbb857d8823d73526b757c8e996b5c17d (patch)
tree9ef8cfddad158f318dd980167a1f9fe48ef2bd94 /Gemfile
parent8c5d183c3dcdd47e27bed0273da342d41f0aacb9 (diff)
Remove mdl from project
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 90996bee..e1207b89 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,6 +25,4 @@ group :test, :development do
gem 'highline', '~> 2.0'
gem 'rspec', '~> 3.5'
gem 'pry-byebug', '~> 3.7', require: false
- # Although we now use markdownlint-cli, we need the mdl gem for backwards compatibility
- gem 'mdl'
end