Skip to content

Commit

Permalink
build(deps): bump the bundler group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the bundler group with 3 updates: [minitest](https://github.com/minitest/minitest), [regexp_parser](https://github.com/ammar/regexp_parser) and [rexml](https://github.com/ruby/rexml).


Updates `minitest` from 5.22.3 to 5.23.0
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.22.3...v5.23.0)

Updates `regexp_parser` from 2.9.1 to 2.9.2
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
- [Commits](ammar/regexp_parser@v2.9.1...v2.9.2)

Updates `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: minitest
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: regexp_parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rexml
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 16, 2024
1 parent dbeb6ed commit 28175f9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.10)
method_source (1.1.0)
minitest (5.22.3)
minitest (5.23.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mustermann (3.0.0)
Expand Down Expand Up @@ -108,8 +108,9 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.9.1)
rexml (3.2.6)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -140,6 +141,7 @@ GEM
version_gem (~> 1.1, >= 1.1.1)
spoon (0.0.6)
ffi
strscan (3.1.0)
thor (1.3.1)
tilt (2.3.0)
tzinfo (2.0.6)
Expand Down

0 comments on commit 28175f9

Please sign in to comment.