Skip to content

Commit ccada28

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.2.8"
21+
gem "rexml", "~> 3.3.2"
2222
gem "addressable", ">= 2.8.0"
2323
gem "commonmarker", ">= 0.23.10"
2424
gem "activesupport", "~> 7.0.7.1"

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ GEM
227227
rb-fsevent (0.11.2)
228228
rb-inotify (0.10.1)
229229
ffi (~> 1.0)
230-
rexml (3.2.8)
231-
strscan (>= 3.0.9)
230+
rexml (3.3.2)
231+
strscan
232232
rouge (3.26.0)
233233
rubyzip (2.3.2)
234234
safe_yaml (1.0.5)
@@ -270,7 +270,7 @@ DEPENDENCIES
270270
commonmarker (>= 0.23.10)
271271
github-pages (~> 228)
272272
nokogiri (~> 1.16.5)
273-
rexml (~> 3.2.8)
273+
rexml (~> 3.3.2)
274274
tzinfo (~> 2.0.6)
275275
tzinfo-data
276276
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)