Skip to content

Commit 69dc61f

Browse files
Bump rexml from 3.2.8 to 3.3.2 in /docs (#99)
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.2. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.8...v3.3.2) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 292f48d commit 69dc61f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/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 fixes
2020
gem "nokogiri", "~> 1.16.5"
21-
gem "rexml", "~> 3.2.8"
21+
gem "rexml", "~> 3.3.2"
2222
gem "commonmarker", ">= 0.23.10"
2323
gem "activesupport", "~> 7.0.7.1"
2424

docs/Gemfile.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ GEM
225225
rb-fsevent (0.11.2)
226226
rb-inotify (0.10.1)
227227
ffi (~> 1.0)
228-
rexml (3.2.8)
229-
strscan (>= 3.0.9)
228+
rexml (3.3.2)
229+
strscan
230230
rouge (3.26.0)
231231
ruby2_keywords (0.0.5)
232232
rubyzip (2.3.2)
@@ -267,6 +267,7 @@ DEPENDENCIES
267267
commonmarker (>= 0.23.10)
268268
github-pages (~> 228)
269269
nokogiri (~> 1.16.5)
270+
rexml (~> 3.3.2)
270271
tzinfo (~> 2.0.6)
271272
tzinfo-data
272273
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)