From 4e08de9043dd9d911c9f7591e4f27630c4ed9f31 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 21 May 2019 23:50:26 -0400 Subject: [PATCH] pull in redcarpet and syntax gems --- Gemfile | 2 ++ Gemfile.lock | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index de6a56d..5ed72b7 100644 --- a/Gemfile +++ b/Gemfile @@ -6,3 +6,5 @@ gem "rake" gem "simplecov" gem "yard" gem "rdoc" +gem "redcarpet" +gem "syntax" diff --git a/Gemfile.lock b/Gemfile.lock index 07467ef..dc7569a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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