Skip to content

Commit

Permalink
chore(deps): bump the dependencies group across 1 directory with 3 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dependencies group with 3 updates in the / directory: [org-ruby](https://github.com/wallyqs/org-ruby), [creole](https://github.com/minad/creole) and [minitest](https://github.com/minitest/minitest).


Updates `org-ruby` from 0.9.9 to 0.9.12
- [Changelog](https://github.com/wallyqs/org-ruby/blob/master/History.org)
- [Commits](wallyqs/org-ruby@version-0.9.9...version-0.9.12)

Updates `creole` from 0.3.8 to 0.5.0
- [Changelog](https://github.com/minad/creole/blob/master/CHANGES)
- [Commits](minad/creole@0.3.8...v0.5.0)

Updates `minitest` from 5.23.1 to 5.24.1
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.23.1...v5.24.1)

---
updated-dependencies:
- dependency-name: org-ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: creole
  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-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent c1c964c commit d85e808
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ gem "RedCloth"
# 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 "org-ruby", "= 0.9.9"
gem "creole", "~>0.3.6"
gem "org-ruby", "0.9.12"
gem "creole", "~>0.5.0"
gem "wikicloth", "=0.8.3"
gem "twitter-text", "~> 1.14"
gem "asciidoctor", "~> 2.0.5"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GEM
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
creole (0.3.8)
creole (0.5.0)
drb (2.2.1)
expression_parser (0.9.0)
github-linguist (7.30.0)
Expand All @@ -49,7 +49,7 @@ GEM
i18n (1.14.5)
concurrent-ruby (~> 1.0)
mini_mime (1.1.5)
minitest (5.23.1)
minitest (5.24.1)
mutex_m (0.2.0)
nokogiri (1.16.6-aarch64-linux)
racc (~> 1.4)
Expand All @@ -66,7 +66,7 @@ GEM
nokogiri-diff (0.3.0)
nokogiri (~> 1.5)
tdiff (~> 0.4)
org-ruby (0.9.9)
org-ruby (0.9.12)
rubypants (~> 0.2)
psych (5.1.2)
stringio
Expand Down Expand Up @@ -114,15 +114,15 @@ DEPENDENCIES
activesupport (~> 7.1.3.4)
asciidoctor (~> 2.0.5)
commonmarker!
creole (~> 0.3.6)
creole (~> 0.5.0)
github-linguist (>= 7.1.3)
github-markup!
html-pipeline (~> 1.0)
kramdown
minitest (~> 5.4, >= 5.4.3)
nokogiri (~> 1.16.5)
nokogiri-diff (~> 0.3.0)
org-ruby (= 0.9.9)
org-ruby (= 0.9.12)
rake
rdoc (~> 6.7.0)
redcarpet
Expand Down

0 comments on commit d85e808

Please sign in to comment.