summaryrefslogtreecommitdiff
path: root/ui_dependencies.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ui_dependencies.rb')
-rw-r--r--ui_dependencies.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui_dependencies.rb b/ui_dependencies.rb
index 2cfd851..e7f591e 100644
--- a/ui_dependencies.rb
+++ b/ui_dependencies.rb
@@ -14,6 +14,8 @@ gem 'rails-i18n' # locale files for built-in validation messages and times
# for a list of keys:
# https://github.com/svenfuchs/rails-i18n/blob/master/rails/locale/en.yml
+gem 'rdiscount' # for rendering .md templates
+
group :assets do
gem "haml-rails", "~> 0.3.4"
gem "sass-rails", "~> 3.2.5"
@@ -24,4 +26,3 @@ group :assets do
gem 'therubyracer', "~> 0.10.2", :platforms => :ruby
end
-