Gemfile in hamlit-2.8.5 vs Gemfile in hamlit-2.8.6
- old
+ new
@@ -14,9 +14,12 @@
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'
end