4be1a58a24
Use Bundler to manage RedCloth gem. 4.x should be much faster and less buggy. Unfortunately, it doesn't support mixed Textile/Markdown syntax. So we keep an (appropriately renamed) copy of 3.x around, for the users of the "Mixed" text filter.
11 lines
218 B
Ruby
11 lines
218 B
Ruby
source "http://rubygems.org"
|
|
gem "sqlite3-ruby", :require => "sqlite3"
|
|
gem "itextomml", ">=1.4.5"
|
|
gem "mongrel", ">=1.2.0.pre2"
|
|
gem "rubyzip"
|
|
gem "RedCloth", ">=4.0.0"
|
|
gem "erubis"
|
|
gem "nokogiri"
|
|
gem "rake"
|
|
gem "json"
|