Skip to content

Commit

Permalink
Merge pull request #1167 from dradis/update-sanitize-6.0.2
Browse files Browse the repository at this point in the history
Update sanitize gem to 6.0.2
  • Loading branch information
aapomm authored Jul 10, 2023
2 parents f9c5f3e + 921cd77 commit 4118c35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- [entity]:
- [future tense verb] [feature]
- Upgraded gems:
- font-awesome-sass, rails
- font-awesome-sass, nokogiri, rails, sanitize
- Bugs fixes:
- QA: Enable @mentions and formatting toolbar for comments in QA show views
- [entity]:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ gem 'RedCloth', '~> 4.3.2', require: 'redcloth'
gem 'rinku'

# html-pipeline dependency for html sanitization
gem 'sanitize', '6.0.1'
gem 'sanitize', '6.0.2'

# SQLite3 DB driver
gem 'sqlite3'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -302,14 +302,14 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.2)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.2-arm64-darwin)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-darwin)
nokogiri (1.15.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -436,7 +436,7 @@ GEM
ruby_audit (2.1.0)
bundler-audit (~> 0.9.0)
rubyzip (2.3.2)
sanitize (6.0.1)
sanitize (6.0.2)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
sass-rails (6.0.0)
Expand Down Expand Up @@ -597,7 +597,7 @@ DEPENDENCIES
rubocop
ruby_audit
rubyzip (>= 1.2.2)
sanitize (= 6.0.1)
sanitize (= 6.0.2)
sass-rails (~> 6.0)
selenium-webdriver
shoulda-matchers (~> 3.1)
Expand Down

0 comments on commit 4118c35

Please sign in to comment.