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>2019-06-18 15:26:54 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-18 15:26:54 +0300
commit1f82143510900d6d360cfc482efa22046c99f5c7 (patch)
treed08958d9a229d2d2206f56c0d18b6403f45afb1a /Gemfile
parenta060a0fa727af8d22d3c5bafeea3abc2115c7294 (diff)
Add MDL to project
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index cf829f78..0798b494 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,4 +25,5 @@ group :test, :development do
gem 'highline', '~> 2.0'
gem 'rspec', '~> 3.5'
gem 'pry-byebug', '~> 3.7', require: false
+ gem 'mdl', '~> 0.5.0'
end