Skip to content

Commit 8223836

Browse files
authored
Merge pull request #396 from gjtorikian/cut-303
Cut 3.0.3
2 parents 395d595 + 8a53136 commit 8223836

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/html_pipeline/sanitization_filter.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
2-
require 'selma'
2+
3+
require "selma"
34

45
class HTMLPipeline
56
# A special filter with sanization routines and allowlists. This module defines

lib/html_pipeline/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class HTMLPipeline
4-
VERSION = "3.0.2"
4+
VERSION = "3.0.3"
55
end

0 commit comments

Comments
 (0)