Skip to content

Commit 7d0bec1

Browse files
Bump rexml from 3.3.6 to 3.3.9 (#161)
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.6...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef45e6d commit 7d0bec1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
1818

1919
# Vulnerability issues
2020
gem "nokogiri", "~> 1.16.5"
21-
gem "rexml", "~> 3.3.6"
21+
gem "rexml", "~> 3.3.9"
2222
gem "addressable", ">= 2.8.0"
2323
gem "commonmarker", ">= 0.23.10"
2424
gem "activesupport", "~> 7.0.7.1"

Gemfile.lock

+2-4
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ GEM
227227
rb-fsevent (0.11.2)
228228
rb-inotify (0.10.1)
229229
ffi (~> 1.0)
230-
rexml (3.3.6)
231-
strscan
230+
rexml (3.3.9)
232231
rouge (3.26.0)
233232
rubyzip (2.3.2)
234233
safe_yaml (1.0.5)
@@ -242,7 +241,6 @@ GEM
242241
faraday (>= 0.17.3, < 3)
243242
simpleidn (0.2.1)
244243
unf (~> 0.1.4)
245-
strscan (3.1.0)
246244
terminal-table (1.8.0)
247245
unicode-display_width (~> 1.1, >= 1.1.1)
248246
typhoeus (1.4.1)
@@ -270,7 +268,7 @@ DEPENDENCIES
270268
commonmarker (>= 0.23.10)
271269
github-pages (~> 228)
272270
nokogiri (~> 1.16.5)
273-
rexml (~> 3.3.6)
271+
rexml (~> 3.3.9)
274272
tzinfo (~> 2.0.6)
275273
tzinfo-data
276274
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)