(maint) Update Gemfile to require redcarpet gem

Update the project Gemfile to include the redcarpet gem. This
particular gem is needed for Markdown processing.
This commit is contained in:
Hailee Kenney 2014-09-04 20:18:16 -07:00
parent 3f81f44df2
commit 7728c82615
1 changed files with 2 additions and 0 deletions

View File

@ -3,11 +3,13 @@ source 'https://rubygems.org'
gem 'yard'
gem 'puppet', '~> 3.6.2'
gem 'rgen'
gem 'redcarpet'
group :test do
gem 'rspec'
gem 'mocha'
gem 'puppetlabs_spec_helper'
gem 'nokogiri'
end
group :development do