./Gemfile in dolt-0.28.1 vs ./Gemfile in dolt-0.29.0
- old
+ new
@@ -3,5 +3,13 @@
gemspec
gem "ci_reporter"
gem "rcov", :platforms => :ruby_18
gem "simplecov", :platforms => [:ruby_19, :ruby_20]
+
+# Support these markup formats in development
+gem "redcarpet"
+gem "RedCloth"
+gem "rdoc"
+gem "org-ruby"
+gem "creole"
+gem "wikicloth"