Skip to content

Commit 292f48d

Browse files
Bump rexml from 3.2.5 to 3.2.8 in /docs (#98)
* Bump rexml from 3.2.5 to 3.2.8 in /docs Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.5...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Update Gemfile * Update Gemfile.lock Bump rexml to ~> 3.2.8 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Johnson <[email protected]>
1 parent b223614 commit 292f48d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +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"
2122
gem "commonmarker", ">= 0.23.10"
2223
gem "activesupport", "~> 7.0.7.1"
2324

docs/Gemfile.lock

+3-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ GEM
225225
rb-fsevent (0.11.2)
226226
rb-inotify (0.10.1)
227227
ffi (~> 1.0)
228-
rexml (3.2.5)
228+
rexml (3.2.8)
229+
strscan (>= 3.0.9)
229230
rouge (3.26.0)
230231
ruby2_keywords (0.0.5)
231232
rubyzip (2.3.2)
@@ -240,6 +241,7 @@ GEM
240241
faraday (>= 0.17.3, < 3)
241242
simpleidn (0.2.1)
242243
unf (~> 0.1.4)
244+
strscan (3.1.0)
243245
terminal-table (1.8.0)
244246
unicode-display_width (~> 1.1, >= 1.1.1)
245247
typhoeus (1.4.0)

0 commit comments

Comments
 (0)