Adds Gemfile dependencies

waldyrious/alt-syntax
Leandro Ostera 2015-05-06 11:30:44 -03:00
parent 4b44492314
commit 24085e5007
3 changed files with 20 additions and 1 deletions

3
Gemfile Normal file
View File

@ -0,0 +1,3 @@
source 'https://rubygems.org'
gem 'mdl'

16
Gemfile.lock Normal file
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

File diff suppressed because one or more lines are too long