Skip to content

Commit 7bb3861

Browse files
chore(deps): bump the dependencies group across 1 directory with 3 updates
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.0 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.23.1...v5.24.0) --- 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] <[email protected]>
1 parent 196158e commit 7bb3861

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ gem "RedCloth"
88
# however we want to bump up to this version since this has a security patch
99
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v0.18.3"
1010
gem "rdoc", "~> 6.7.0"
11-
gem "org-ruby", "= 0.9.9"
12-
gem "creole", "~>0.3.6"
11+
gem "org-ruby", "0.9.12"
12+
gem "creole", "~>0.5.0"
1313
gem "wikicloth", "=0.8.3"
1414
gem "twitter-text", "~> 1.14"
1515
gem "asciidoctor", "~> 2.0.5"

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GEM
3434
concurrent-ruby (1.3.3)
3535
connection_pool (2.4.1)
3636
crass (1.0.6)
37-
creole (0.3.8)
37+
creole (0.5.0)
3838
drb (2.2.1)
3939
expression_parser (0.9.0)
4040
github-linguist (7.30.0)
@@ -49,7 +49,7 @@ GEM
4949
i18n (1.14.5)
5050
concurrent-ruby (~> 1.0)
5151
mini_mime (1.1.5)
52-
minitest (5.23.1)
52+
minitest (5.24.0)
5353
mutex_m (0.2.0)
5454
nokogiri (1.16.6-aarch64-linux)
5555
racc (~> 1.4)
@@ -66,7 +66,7 @@ GEM
6666
nokogiri-diff (0.3.0)
6767
nokogiri (~> 1.5)
6868
tdiff (~> 0.4)
69-
org-ruby (0.9.9)
69+
org-ruby (0.9.12)
7070
rubypants (~> 0.2)
7171
psych (5.1.2)
7272
stringio
@@ -114,15 +114,15 @@ DEPENDENCIES
114114
activesupport (~> 7.1.3.4)
115115
asciidoctor (~> 2.0.5)
116116
commonmarker!
117-
creole (~> 0.3.6)
117+
creole (~> 0.5.0)
118118
github-linguist (>= 7.1.3)
119119
github-markup!
120120
html-pipeline (~> 1.0)
121121
kramdown
122122
minitest (~> 5.4, >= 5.4.3)
123123
nokogiri (~> 1.16.5)
124124
nokogiri-diff (~> 0.3.0)
125-
org-ruby (= 0.9.9)
125+
org-ruby (= 0.9.12)
126126
rake
127127
rdoc (~> 6.7.0)
128128
redcarpet

0 commit comments

Comments
 (0)