Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [rdoc](https://github.com/ruby/rdoc) and [minitest](https://github.com/minitest/minitest).


Updates `rdoc` from 6.7.0 to 6.8.1
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v6.7.0...v6.8.1)

Updates `minitest` from 5.25.1 to 5.25.2
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.25.1...v5.25.2)

---
updated-dependencies:
- dependency-name: rdoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 6f4f436 commit fdf7d6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "RedCloth"
# using a tag version here because 0.18.3 was not published by the author to encourage users to upgrade.
# however we want to bump up to this version since this has a security patch
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v0.18.3"
gem "rdoc", "~> 6.7.0"
gem "rdoc", "~> 6.8.1"
gem "org-ruby", "0.9.12"
gem "creole", "~>0.5.0"
gem "wikicloth", "=0.8.3"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GEM
concurrent-ruby (~> 1.0)
logger (1.6.1)
mini_mime (1.1.5)
minitest (5.25.1)
minitest (5.25.2)
mutex_m (0.2.0)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
Expand All @@ -73,11 +73,11 @@ GEM
tdiff (~> 0.4)
org-ruby (0.9.12)
rubypants (~> 0.2)
psych (5.1.2)
psych (5.2.0)
stringio
racc (1.8.1)
rake (13.2.1)
rdoc (6.7.0)
rdoc (6.8.1)
psych (>= 4.0.0)
redcarpet (3.6.0)
rexml (3.3.9)
Expand All @@ -89,7 +89,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
securerandom (0.3.1)
stringio (3.1.1)
stringio (3.1.2)
tdiff (0.4.0)
twitter-text (1.14.7)
unf (~> 0.1.0)
Expand Down Expand Up @@ -128,7 +128,7 @@ DEPENDENCIES
nokogiri-diff (~> 0.3.0)
org-ruby (= 0.9.12)
rake
rdoc (~> 6.7.0)
rdoc (~> 6.8.1)
redcarpet
rexml
sanitize (>= 4.6.3)
Expand Down

0 comments on commit fdf7d6f

Please sign in to comment.