Skip to content

Commit 5e96b19

Browse files
committed
version bump to v1.6.1
1 parent 383cc7c commit 5e96b19

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.6.1 / unreleased
1+
## 1.6.1 / 2024-12-02
22

33
This is a performance and security release which addresses several possible XSS vulnerabilities.
44

Gemfile.lock

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails-html-sanitizer (1.6.0)
4+
rails-html-sanitizer (1.6.1)
55
loofah (~> 2.21)
66
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
77

@@ -33,7 +33,7 @@ GEM
3333
concurrent-ruby (~> 1.0)
3434
json (2.8.2)
3535
language_server-protocol (3.17.0.3)
36-
logger (1.6.1)
36+
logger (1.6.2)
3737
loofah (2.23.1)
3838
crass (~> 1.0.2)
3939
nokogiri (>= 1.12.0)
@@ -42,6 +42,8 @@ GEM
4242
nokogiri (1.16.8)
4343
mini_portile2 (~> 2.8.2)
4444
racc (~> 1.4)
45+
nokogiri (1.16.8-x86_64-linux)
46+
racc (~> 1.4)
4547
parallel (1.26.3)
4648
parser (3.3.6.0)
4749
ast (~> 2.4.1)
@@ -77,7 +79,7 @@ GEM
7779
rubocop (>= 1.52.0, < 2.0)
7880
rubocop-ast (>= 1.31.1, < 2.0)
7981
ruby-progressbar (1.13.0)
80-
securerandom (0.3.2)
82+
securerandom (0.4.0)
8183
tzinfo (2.0.6)
8284
concurrent-ruby (~> 1.0)
8385
unicode-display_width (3.1.2)

lib/rails/html/sanitizer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Rails
44
module HTML
55
class Sanitizer
6-
VERSION = "1.6.0"
6+
VERSION = "1.6.1"
77
end
88
end
99
end

0 commit comments

Comments
 (0)