Suppress circular require warning in redcarpet

This commit is contained in:
Takashi Kokubun 2017-12-22 20:02:46 +09:00
parent c26f0c3619
commit c420e7dba3
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ gem 'benchmark-ips', '2.3.0'
gem 'm'
gem 'pry-byebug'
# To resolve circular require warning
gem 'redcarpet', github: 'vmg/redcarpet'
if RUBY_PLATFORM !~ /mswin|mingw|bccwin|wince/
gem 'faml'
gem 'stackprof'