Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soften Nokogiri dependency to versions ">= 1.4" #208

Merged
merged 2 commits into from
Sep 29, 2015

Commits on Sep 29, 2015

  1. Soften Nokogiri dependency to versions ">= 1.4"

    Many Ruby / Rails projects already use Nokogiri 1.6.6.x series.
    <= 1.6.5 make these projects impossible to integrate html-pipeline.
    
    Use real XPath with search() in emoji_filter and mention_filter
    Use #search with a real XPath expression to avoid the need to convert CSS
    into a hacky XPath expression. This workaround mentioned in http://git.io/vmp2F
    JuanitoFatas committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    3af3971 View commit details
    Browse the repository at this point in the history
  2. release 2.2.1

    JuanitoFatas committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    c26c429 View commit details
    Browse the repository at this point in the history