We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef36f2a commit e694ac4Copy full SHA for e694ac4
.github/workflows/downstream.yml
@@ -32,11 +32,10 @@ jobs:
32
name: rails-html-sanitizer
33
command: "bundle exec rake test"
34
ruby: "3.4"
35
- # # pending a fix for https://github.com/sparklemotion/nokogiri/pull/3348
36
- # - url: https://github.com/rgrove/sanitize
37
- # name: sanitize
38
- # command: "bundle exec rake test"
39
- # ruby: "3.4"
+ - url: https://github.com/rgrove/sanitize
+ name: sanitize
+ command: "bundle exec rake test"
+ ruby: "3.4"
40
- url: https://github.com/ebeigarts/signer
41
name: signer
42
command: "bundle exec rake spec"
0 commit comments