mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 22:15:40 +02:00
Adds Gemfile dependencies
This commit is contained in:
parent
4b44492314
commit
24085e5007
3 changed files with 20 additions and 1 deletions
3
Gemfile
Normal file
3
Gemfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
|
gem 'mdl'
|
16
Gemfile.lock
Normal file
16
Gemfile.lock
Normal 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
Loading…
Add table
Reference in a new issue