Skip to content

Commit 2fcff67

Browse files
Bump rexml from 3.3.9 to 3.4.2 (#168)
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.9 to 3.4.2. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.9...v3.4.2) --- updated-dependencies: - dependency-name: rexml dependency-version: 3.4.2 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 d443128 commit 2fcff67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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.18.9"
21-
gem "rexml", "~> 3.3.9"
21+
gem "rexml", "~> 3.4.2"
2222
gem "addressable", ">= 2.8.0"
2323
gem "commonmarker", ">= 0.23.10"
2424
gem "activesupport", "~> 7.0.7.1"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ GEM
227227
rb-fsevent (0.11.2)
228228
rb-inotify (0.10.1)
229229
ffi (~> 1.0)
230-
rexml (3.3.9)
230+
rexml (3.4.2)
231231
rouge (3.26.0)
232232
rubyzip (2.3.2)
233233
safe_yaml (1.0.5)
@@ -268,7 +268,7 @@ DEPENDENCIES
268268
commonmarker (>= 0.23.10)
269269
github-pages (~> 228)
270270
nokogiri (~> 1.18.9)
271-
rexml (~> 3.3.9)
271+
rexml (~> 3.4.2)
272272
tzinfo (~> 2.0.6)
273273
tzinfo-data
274274
uri (>= 0.13.2)

0 commit comments

Comments
 (0)