Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Disable redcarpet in JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro committed Mar 15, 2013
1 parent 10da096 commit 0bf7819
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Gemfile
Expand Up @@ -18,10 +18,13 @@ gem 'rack-test'

# Dev
# group :development do
gem "growl", "~> 1.0.3"
gem "guard-brakeman", "~> 0.5.0"
gem "guard-rspec", "~> 1.2.1"
gem 'redcarpet'
gem 'sinatra-contrib', '>= 1.3.1'
gem 'yard', "~> 0.8"
gem "growl", "~> 1.0.3"
gem "guard-brakeman", "~> 0.5.0"
gem "guard-rspec", "~> 1.2.1"
platforms :mri do
gem 'redcarpet' # redcarpet fails in jruby
end
# gem 'redcarpet'
gem 'sinatra-contrib', '>= 1.3.1'
gem 'yard', "~> 0.8"
# end

0 comments on commit 0bf7819

Please sign in to comment.