diff options
author | 2011-06-28 17:36:13 +0200 | |
---|---|---|
committer | 2011-07-05 18:04:43 +0300 | |
commit | 7b372216bb8dbd59c456006e0ea5b9c699107e0b (patch) | |
tree | ffe47e24671793eeb2c9f77ba00fe593634dfaa1 /site/Gemfile | |
parent | Merge remote-tracking branch 'github/bugfix' (diff) | |
download | council-webapp-7b372216bb8dbd59c456006e0ea5b9c699107e0b.tar.gz council-webapp-7b372216bb8dbd59c456006e0ea5b9c699107e0b.tar.bz2 council-webapp-7b372216bb8dbd59c456006e0ea5b9c699107e0b.zip |
Allow markdown in agenda item body
Input is only one line high. This is fixed in newer hobo, but some
other, more serious problems are introduced.
Diffstat (limited to 'site/Gemfile')
-rw-r--r-- | site/Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/Gemfile b/site/Gemfile index a95faa0..2e090f4 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -4,6 +4,7 @@ gem 'sqlite3-ruby', :require => 'sqlite3' gem 'devise' gem 'hobo_devise', '>=0.0.2' gem 'delayed_job' +gem 'bluecloth' group :development, :test do gem 'ruby-debug' |