pull in redcarpet and syntax gems
This commit is contained in:
parent
0d8aec0eb1
commit
4e08de9043
2
Gemfile
2
Gemfile
@ -6,3 +6,5 @@ gem "rake"
|
|||||||
gem "simplecov"
|
gem "simplecov"
|
||||||
gem "yard"
|
gem "yard"
|
||||||
gem "rdoc"
|
gem "rdoc"
|
||||||
|
gem "redcarpet"
|
||||||
|
gem "syntax"
|
||||||
|
@ -6,6 +6,7 @@ GEM
|
|||||||
json (2.1.0)
|
json (2.1.0)
|
||||||
rake (12.3.1)
|
rake (12.3.1)
|
||||||
rdoc (5.1.0)
|
rdoc (5.1.0)
|
||||||
|
redcarpet (3.4.0)
|
||||||
rspec (3.6.0)
|
rspec (3.6.0)
|
||||||
rspec-core (~> 3.6.0)
|
rspec-core (~> 3.6.0)
|
||||||
rspec-expectations (~> 3.6.0)
|
rspec-expectations (~> 3.6.0)
|
||||||
@ -24,6 +25,7 @@ GEM
|
|||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.2)
|
simplecov-html (0.10.2)
|
||||||
|
syntax (1.2.2)
|
||||||
yard (0.9.12)
|
yard (0.9.12)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
@ -34,8 +36,10 @@ DEPENDENCIES
|
|||||||
json
|
json
|
||||||
rake
|
rake
|
||||||
rdoc
|
rdoc
|
||||||
|
redcarpet
|
||||||
rspec
|
rspec
|
||||||
simplecov
|
simplecov
|
||||||
|
syntax
|
||||||
yard
|
yard
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user