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

Fix legacy specs #198

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Fix legacy specs #198

merged 1 commit into from
Jun 2, 2023

Conversation

tagliala
Copy link
Member

@tagliala tagliala commented Jun 2, 2023

loofah >= 2.21.0 raise an issue when starting old Ruby versions

lib/loofah/html4/document.rb:10:in `<module:HTML4>': uninitialized constant Nokogiri::HTML4 (NameError)

Ref: flavorjones/loofah#266

loofah >= 2.21.0 raise an issue when starting old Ruby versions

```
lib/loofah/html4/document.rb:10:in `<module:HTML4>': uninitialized constant Nokogiri::HTML4 (NameError)
```

Ref: flavorjones/loofah#266
@tagliala tagliala force-pushed the chore/fix-legacy-specs branch from b90f6b6 to bec0feb Compare June 2, 2023 14:00
@tagliala tagliala merged commit 7431912 into master Jun 2, 2023
@tagliala tagliala deleted the chore/fix-legacy-specs branch June 2, 2023 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant