Skip to content

Commit 56fae4a

Browse files
Bump rexml from 3.3.2 to 3.3.3 (#159)
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.2...v3.3.3) --- 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 ccada28 commit 56fae4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 issues
2020
gem "nokogiri", "~> 1.16.5"
21-
gem "rexml", "~> 3.3.2"
21+
gem "rexml", "~> 3.3.3"
2222
gem "addressable", ">= 2.8.0"
2323
gem "commonmarker", ">= 0.23.10"
2424
gem "activesupport", "~> 7.0.7.1"

Gemfile.lock

+2-2
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.2)
230+
rexml (3.3.3)
231231
strscan
232232
rouge (3.26.0)
233233
rubyzip (2.3.2)
@@ -270,7 +270,7 @@ DEPENDENCIES
270270
commonmarker (>= 0.23.10)
271271
github-pages (~> 228)
272272
nokogiri (~> 1.16.5)
273-
rexml (~> 3.3.2)
273+
rexml (~> 3.3.3)
274274
tzinfo (~> 2.0.6)
275275
tzinfo-data
276276
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)