Skip to content

Commit

Permalink
Redcarpet doesn't work anymore on 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Jul 18, 2013
1 parent 57bd7a5 commit 57a783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -26,7 +26,7 @@ group :engines do


platform :ruby do platform :ruby do
gem 'yajl-ruby' gem 'yajl-ruby'
gem 'redcarpet' gem 'redcarpet' if RUBY_VERSION > '1.8.7'
gem 'rdiscount', '>= 2.1.6' if RUBY_VERSION != '1.9.2' gem 'rdiscount', '>= 2.1.6' if RUBY_VERSION != '1.9.2'
gem 'RedCloth' gem 'RedCloth'
end end
Expand Down

0 comments on commit 57a783b

Please sign in to comment.