Skip to content

Commit

Permalink
Update rexml for CVE-2024-49761 (#32)
Browse files Browse the repository at this point in the history
* Update rexml for CVE-2024-49761
* Update version to 0.9.10
  • Loading branch information
chadwilken authored Oct 29, 2024
1 parent 11b4efe commit acc5ff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 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.9.9)
tiptap-ruby (0.9.10)
actionview (>= 6.0)
activesupport (>= 6.0)

Expand Down Expand Up @@ -55,8 +55,7 @@ GEM
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.2)
rexml (3.3.6)
strscan
rexml (3.3.9)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down Expand Up @@ -100,7 +99,6 @@ GEM
standard-performance (1.2.1)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.1)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
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.9.9"
VERSION = "0.9.10"
end

0 comments on commit acc5ff8

Please sign in to comment.