Skip to content

Commit 0f6838c

Browse files
chore(deps): bump rdoc from 6.13.0 to 6.13.1 in the dependencies group
Bumps the dependencies group with 1 update: [rdoc](https://github.com/ruby/rdoc). Updates `rdoc` from 6.13.0 to 6.13.1 - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](ruby/rdoc@v6.13.0...v6.13.1) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecf1a6b commit 0f6838c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "RedCloth"
77
# using a tag version here because 0.18.3 was not published by the author to encourage users to upgrade.
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"
10-
gem "rdoc", "~> 6.13.0"
10+
gem "rdoc", "~> 6.13.1"
1111
gem "org-ruby", "0.9.12"
1212
gem "creole", "~>0.5.0"
1313
gem "wikicloth", "=0.8.3"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
stringio
8080
racc (1.8.1)
8181
rake (13.2.1)
82-
rdoc (6.13.0)
82+
rdoc (6.13.1)
8383
psych (>= 4.0.0)
8484
redcarpet (3.6.1)
8585
rexml (3.4.1)
@@ -130,7 +130,7 @@ DEPENDENCIES
130130
nokogiri-diff (~> 0.3.0)
131131
org-ruby (= 0.9.12)
132132
rake
133-
rdoc (~> 6.13.0)
133+
rdoc (~> 6.13.1)
134134
redcarpet
135135
rexml
136136
sanitize (>= 4.6.3)

0 commit comments

Comments
 (0)