Skip to content

Commit d8c0ff5

Browse files
authoredOct 29, 2024··
Bump rexml from 3.3.6 to 3.3.9 in /docs (#102)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95504ad commit d8c0ff5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
 

Diff for: ‎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.3.6"
21+
gem "rexml", "~> 3.3.9"
2222
gem "commonmarker", ">= 0.23.10"
2323
gem "activesupport", "~> 7.0.7.1"
2424

Diff for: ‎docs/Gemfile.lock

+2-4
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ GEM
225225
rb-fsevent (0.11.2)
226226
rb-inotify (0.10.1)
227227
ffi (~> 1.0)
228-
rexml (3.3.6)
229-
strscan
228+
rexml (3.3.9)
230229
rouge (3.26.0)
231230
ruby2_keywords (0.0.5)
232231
rubyzip (2.3.2)
@@ -241,7 +240,6 @@ GEM
241240
faraday (>= 0.17.3, < 3)
242241
simpleidn (0.2.1)
243242
unf (~> 0.1.4)
244-
strscan (3.1.0)
245243
terminal-table (1.8.0)
246244
unicode-display_width (~> 1.1, >= 1.1.1)
247245
typhoeus (1.4.0)
@@ -267,7 +265,7 @@ DEPENDENCIES
267265
commonmarker (>= 0.23.10)
268266
github-pages (~> 228)
269267
nokogiri (~> 1.16.5)
270-
rexml (~> 3.3.6)
268+
rexml (~> 3.3.9)
271269
tzinfo (~> 2.0.6)
272270
tzinfo-data
273271
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)
Please sign in to comment.