Skip to content

Commit

Permalink
Update for REXML vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhold committed Nov 6, 2024
1 parent 70eba36 commit d087c28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ end

gem "webrick", "~> 1.8"
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
gem "wdm", "~> 0.1", :install_if => Gem.win_platform?
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
eventmachine (1.2.7)
ffi (1.17.0-x64-mingw-ucrt)
forwardable-extended (2.6.0)
google-protobuf (4.28.2-x64-mingw-ucrt)
google-protobuf (4.28.3-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -62,11 +62,11 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.8)
rexml (3.3.9)
rouge (4.4.0)
safe_yaml (1.0.5)
sass-embedded (1.79.4-x64-mingw-ucrt)
google-protobuf (~> 4.27)
sass-embedded (1.80.6-x64-mingw-ucrt)
google-protobuf (~> 4.28)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thread_safe (0.3.6)
Expand All @@ -75,8 +75,8 @@ GEM
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
unicode-display_width (2.6.0)
wdm (0.1.1)
webrick (1.8.2)
wdm (0.2.0)
webrick (1.9.0)

PLATFORMS
x64-mingw-ucrt
Expand All @@ -87,8 +87,8 @@ DEPENDENCIES
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
wdm (~> 0.1)
webrick (~> 1.8)

BUNDLED WITH
2.3.18
2.5.22

0 comments on commit d087c28

Please sign in to comment.