mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
parent
52dc53222d
commit
89c6a38a15
1 changed files with 3 additions and 1 deletions
4
Gemfile
4
Gemfile
|
@ -46,7 +46,9 @@ unless RUBY_ENGINE == 'jruby' && JRUBY_VERSION < "1.6.1"
|
||||||
# C extensions
|
# C extensions
|
||||||
gem 'rdiscount', :group => 'rdiscount'
|
gem 'rdiscount', :group => 'rdiscount'
|
||||||
gem 'redcarpet', :group => 'redcarpet'
|
gem 'redcarpet', :group => 'redcarpet'
|
||||||
gem 'bluecloth', :group => 'bluecloth'
|
|
||||||
|
## bluecloth is broken
|
||||||
|
#gem 'bluecloth', :group => 'bluecloth'
|
||||||
end
|
end
|
||||||
|
|
||||||
platforms :ruby_18, :jruby do
|
platforms :ruby_18, :jruby do
|
||||||
|
|
Loading…
Add table
Reference in a new issue