pull in redcarpet and syntax gems

This commit is contained in:
Josh Holtrop 2019-05-21 23:50:26 -04:00
parent 0d8aec0eb1
commit 4e08de9043
2 changed files with 6 additions and 0 deletions

View File

@ -6,3 +6,5 @@ gem "rake"
gem "simplecov"
gem "yard"
gem "rdoc"
gem "redcarpet"
gem "syntax"

View File

@ -6,6 +6,7 @@ GEM
json (2.1.0)
rake (12.3.1)
rdoc (5.1.0)
redcarpet (3.4.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
@ -24,6 +25,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
syntax (1.2.2)
yard (0.9.12)
PLATFORMS
@ -34,8 +36,10 @@ DEPENDENCIES
json
rake
rdoc
redcarpet
rspec
simplecov
syntax
yard
BUNDLED WITH