Skip to content

Commit 175b5c1

Browse files
authoredMay 24, 2024··
Bump rexml from 3.2.5 to 3.2.8 (#44)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73bdda9 commit 175b5c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎Gemfile.lock

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ GEM
88
ast (~> 2.4.1)
99
rainbow (3.1.1)
1010
regexp_parser (2.8.1)
11-
rexml (3.2.5)
11+
rexml (3.2.8)
12+
strscan (>= 3.0.9)
1213
rspec (3.12.0)
1314
rspec-core (~> 3.12.0)
1415
rspec-expectations (~> 3.12.0)
@@ -40,6 +41,7 @@ GEM
4041
standard (1.3.0)
4142
rubocop (= 1.20.0)
4243
rubocop-performance (= 1.11.5)
44+
strscan (3.1.0)
4345
unicode-display_width (2.3.0)
4446

4547
PLATFORMS

0 commit comments

Comments
 (0)
Please sign in to comment.