Skip to content

Commit 593a00b

Browse files
Bump rexml from 3.2.6 to 3.2.8 (#157)
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 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.6...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 ~> v3.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 d57c382 commit 593a00b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ end
1616
# Performance-booster for watching directories on Windows
1717
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
1818

19-
2019
# Vulnerability issues
2120
gem "nokogiri", "~> 1.16.5"
21+
gem "rexml", "~> 3.2.8"
2222
gem "addressable", ">= 2.8.0"
2323
gem "commonmarker", ">= 0.23.10"
2424
gem "activesupport", "~> 7.0.7.1"

Gemfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ GEM
217217
racc (~> 1.4)
218218
nokogiri (1.16.5-x86_64-linux)
219219
racc (~> 1.4)
220+
nokogiri (1.16.3-x86_64-linux)
221+
racc (~> 1.4)
220222
octokit (4.25.1)
221223
faraday (>= 1, < 3)
222224
sawyer (~> 0.9)
@@ -227,7 +229,8 @@ GEM
227229
rb-fsevent (0.11.2)
228230
rb-inotify (0.10.1)
229231
ffi (~> 1.0)
230-
rexml (3.2.6)
232+
rexml (3.2.8)
233+
strscan (>= 3.0.9)
231234
rouge (3.26.0)
232235
rubyzip (2.3.2)
233236
safe_yaml (1.0.5)
@@ -241,6 +244,7 @@ GEM
241244
faraday (>= 0.17.3, < 3)
242245
simpleidn (0.2.1)
243246
unf (~> 0.1.4)
247+
strscan (3.1.0)
244248
terminal-table (1.8.0)
245249
unicode-display_width (~> 1.1, >= 1.1.1)
246250
typhoeus (1.4.1)

0 commit comments

Comments
 (0)