Skip to content

Commit

Permalink
Update Nokogiri to 1.16.2 for security patch (#13)
Browse files Browse the repository at this point in the history
* Update Nokogiri to 1.16.2 for security patch
  • Loading branch information
chadwilken authored Feb 20, 2024
1 parent 95c9b8d commit e84f77d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.9.0] - 2024-02-20

- Update Nokogiri for security vulnerability

## [0.8.2] - 2023-12-05

- Update documentation and links to point to new GitHub repo at CompanyCam.
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tiptap-ruby (0.8.2)
tiptap-ruby (0.9.0)
actionview (>= 6.0)
activesupport (>= 6.0)

Expand Down Expand Up @@ -36,15 +36,15 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
minitest (5.20.0)
nokogiri (1.15.4-arm64-darwin)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
racc (1.7.1)
racc (1.7.3)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
Expand Down
2 changes: 1 addition & 1 deletion lib/tip_tap/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TipTap
VERSION = "0.8.2"
VERSION = "0.9.0"
end

0 comments on commit e84f77d

Please sign in to comment.