Adds Gemfile dependencies

This commit is contained in:
Leandro Ostera
2015-05-06 11:30:44 -03:00
parent 4b44492314
commit 24085e5007
3 changed files with 20 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
source 'https://rubygems.org'
gem 'mdl'
+16
View File
@@ -0,0 +1,16 @@
GEM
remote: https://rubygems.org/
specs:
kramdown (1.7.0)
mdl (0.2.1)
kramdown (~> 1.5, >= 1.5.0)
mixlib-cli (~> 1.5, >= 1.5.0)
mixlib-config (~> 2.1, >= 2.1.0)
mixlib-cli (1.5.0)
mixlib-config (2.1.0)
PLATFORMS
ruby
DEPENDENCIES
mdl
+1 -1
View File
File diff suppressed because one or more lines are too long