Skip to content

Instantly share code, notes, and snippets.

@zstumgoren
Created April 1, 2015 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zstumgoren/b89a24e78fc5160d9b0d to your computer and use it in GitHub Desktop.
Save zstumgoren/b89a24e78fc5160d9b0d to your computer and use it in GitHub Desktop.
redmine/current$ grep -r redcarpet *
Gemfile: # TODO: upgrade to redcarpet 3.x when ruby1.8 support is dropped
Gemfile: gem "redcarpet", "~> 2.3.0"
Gemfile.lock: redcarpet (2.3.0)
Gemfile.lock: redcarpet (~> 2.3.0)
lib/redmine.rb: require 'redcarpet' unless Object.const_defined?(:Redcarpet)
plugins/redmine_git_hosting/Gemfile:gem 'redcarpet', '~> 3.1.2'
plugins/redmine_git_hosting/Gemfile:# gem 'redcarpet', '~> 2.3.0'
plugins/redmine_git_hosting/gemfiles/rails3.gemfile:gem 'redcarpet', '~> 2.3.0'
plugins/redmine_git_hosting/gemfiles/rails4.gemfile:gem 'redcarpet', '~> 3.1.2'
test/unit/lib/redmine/wiki_formatting/markdown_formatter.rb: # https://github.com/vmg/redcarpet/issues/318
test/unit/lib/redmine/wiki_formatting/markdown_formatter.rb: def test_should_not_crash_redcarpet_after_syntax_error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment