Skip to content

Commit

Permalink
Merge pull request #139 from chhanz/update-gem
Browse files Browse the repository at this point in the history
Update Gem 'rexml' 3.2.7 to 3.3.2
  • Loading branch information
chhanz authored Jul 18, 2024
2 parents 803e5c3 + 99c7fda commit 4cf81ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem "kramdown", ">= 2.3.1"

# Security patch : CVE-2021-28965 (2021/05/03)
gem "rexml", ">= 3.2.5"
# PR #138 - 2024/07/16
gem "rexml", ">= 3.3.2"

# Upgrade Ruby v3
gem "webrick"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.7)
strscan (>= 3.0.9)
rexml (3.3.2)
strscan
rouge (3.30.0)
safe_yaml (1.0.5)
sassc (2.4.0)
Expand All @@ -82,7 +82,7 @@ DEPENDENCIES
jekyll-sitemap
kramdown (>= 2.3.1)
minima (~> 2.0)
rexml (>= 3.2.5)
rexml (>= 3.3.2)
tzinfo-data
webrick

Expand Down

0 comments on commit 4cf81ff

Please sign in to comment.