Skip to content

Commit 7d141a9

Browse files
chore(deps): bump the dependencies group across 1 directory with 7 updates
Updates the requirements on [rdoc](https://github.com/ruby/rdoc), [asciidoctor](https://github.com/asciidoctor/asciidoctor), [rake](https://github.com/ruby/rake), [rexml](https://github.com/ruby/rexml), [nokogiri](https://github.com/sparklemotion/nokogiri), [minitest](https://github.com/minitest/minitest) and [github-linguist](https://github.com/github-linguist/linguist) to permit the latest version. Updates `rdoc` from 6.13.1 to 6.15.0 - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](ruby/rdoc@v6.13.1...v6.15.0) Updates `asciidoctor` from 2.0.23 to 2.0.25 - [Release notes](https://github.com/asciidoctor/asciidoctor/releases) - [Changelog](https://github.com/asciidoctor/asciidoctor/blob/main/CHANGELOG.adoc) - [Commits](asciidoctor/asciidoctor@v2.0.23...v2.0.25) Updates `rake` from 13.2.1 to 13.3.0 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.2.1...v13.3.0) Updates `rexml` from 3.4.2 to 3.4.4 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.4.2...v3.4.4) Updates `nokogiri` from 1.18.9 to 1.18.10 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.9...v1.18.10) Updates `minitest` from 5.25.5 to 5.26.0 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.25.5...v5.26.0) Updates `github-linguist` from 9.1.0 to 9.3.0 - [Release notes](https://github.com/github-linguist/linguist/releases) - [Commits](github-linguist/linguist@v9.1.0...v9.3.0) --- updated-dependencies: - dependency-name: rdoc dependency-version: 6.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: asciidoctor dependency-version: 2.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rake dependency-version: 13.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rexml dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: nokogiri dependency-version: 1.18.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: minitest dependency-version: 5.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github-linguist dependency-version: 9.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b0e7f2 commit 7d141a9

File tree

3 files changed

+27
-22
lines changed

3 files changed

+27
-22
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ 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.1"
10+
gem "rdoc", "~> 6.15.0"
1111
gem "org-ruby", "0.9.12"
1212
gem "creole", "~>0.5.0"
1313
gem "wikicloth", "=0.8.3"
1414
gem "twitter-text", "~> 1.14"
15-
gem "asciidoctor", "~> 2.0.5"
15+
gem "asciidoctor", "~> 2.0.25"
1616
gem "rake"
1717
gem "rexml"
18-
gem "nokogiri", "~> 1.18.9"
18+
gem "nokogiri", "~> 1.18.10"

Gemfile.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,23 @@ GEM
2828
mutex_m
2929
securerandom (>= 0.3)
3030
tzinfo (~> 2.0)
31-
asciidoctor (2.0.23)
31+
asciidoctor (2.0.25)
3232
base64 (0.2.0)
3333
benchmark (0.4.0)
3434
bigdecimal (3.1.9)
3535
builder (3.3.0)
36-
cgi (0.4.2)
36+
cgi (0.5.0)
3737
charlock_holmes (0.7.9)
3838
concurrent-ruby (1.3.5)
3939
connection_pool (2.5.0)
4040
crass (1.0.6)
4141
creole (0.5.0)
4242
date (3.4.1)
4343
drb (2.2.1)
44+
erb (4.0.4)
45+
cgi (>= 0.3.3)
4446
expression_parser (0.9.0)
45-
github-linguist (9.1.0)
47+
github-linguist (9.3.0)
4648
cgi
4749
charlock_holmes (~> 0.7.7)
4850
mini_mime (~> 1.0)
@@ -56,35 +58,37 @@ GEM
5658
logger (1.7.0)
5759
mini_mime (1.1.5)
5860
mini_portile2 (2.8.9)
59-
minitest (5.25.5)
61+
minitest (5.26.0)
6062
mutex_m (0.3.0)
61-
nokogiri (1.18.9)
63+
nokogiri (1.18.10)
6264
mini_portile2 (~> 2.8.2)
6365
racc (~> 1.4)
64-
nokogiri (1.18.9-aarch64-linux-gnu)
66+
nokogiri (1.18.10-aarch64-linux-gnu)
6567
racc (~> 1.4)
66-
nokogiri (1.18.9-arm-linux-gnu)
68+
nokogiri (1.18.10-arm-linux-gnu)
6769
racc (~> 1.4)
68-
nokogiri (1.18.9-arm64-darwin)
70+
nokogiri (1.18.10-arm64-darwin)
6971
racc (~> 1.4)
70-
nokogiri (1.18.9-x86_64-darwin)
72+
nokogiri (1.18.10-x86_64-darwin)
7173
racc (~> 1.4)
72-
nokogiri (1.18.9-x86_64-linux-gnu)
74+
nokogiri (1.18.10-x86_64-linux-gnu)
7375
racc (~> 1.4)
7476
nokogiri-diff (0.3.0)
7577
nokogiri (~> 1.5)
7678
tdiff (~> 0.4)
7779
org-ruby (0.9.12)
7880
rubypants (~> 0.2)
79-
psych (5.2.3)
81+
psych (5.2.6)
8082
date
8183
stringio
8284
racc (1.8.1)
83-
rake (13.2.1)
84-
rdoc (6.13.1)
85+
rake (13.3.0)
86+
rdoc (6.15.0)
87+
erb
8588
psych (>= 4.0.0)
89+
tsort
8690
redcarpet (3.6.1)
87-
rexml (3.4.2)
91+
rexml (3.4.4)
8892
ruby-enum (0.9.0)
8993
i18n
9094
rubypants (0.7.1)
@@ -93,8 +97,9 @@ GEM
9397
crass (~> 1.0.2)
9498
nokogiri (>= 1.12.0)
9599
securerandom (0.3.2)
96-
stringio (3.1.6)
100+
stringio (3.1.7)
97101
tdiff (0.4.0)
102+
tsort (0.2.0)
98103
twitter-text (1.14.7)
99104
unf (~> 0.1.0)
100105
tzinfo (2.0.6)
@@ -120,19 +125,19 @@ PLATFORMS
120125
DEPENDENCIES
121126
RedCloth
122127
activesupport (~> 7.1.5)
123-
asciidoctor (~> 2.0.5)
128+
asciidoctor (~> 2.0.25)
124129
commonmarker!
125130
creole (~> 0.5.0)
126131
github-linguist (>= 7.1.3)
127132
github-markup!
128133
html-pipeline (~> 1.0)
129134
kramdown
130135
minitest (~> 5.4, >= 5.4.3)
131-
nokogiri (~> 1.18.9)
136+
nokogiri (~> 1.18.10)
132137
nokogiri-diff (~> 0.3.0)
133138
org-ruby (= 0.9.12)
134139
rake
135-
rdoc (~> 6.13.1)
140+
rdoc (~> 6.15.0)
136141
redcarpet
137142
rexml
138143
sanitize (>= 4.6.3)

github-markup.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.test_files = s.files.grep(%r{^(test|spec|features)/})
2121
s.require_paths = %w[lib]
2222

23-
s.add_development_dependency 'rake', '~> 12'
23+
s.add_development_dependency 'rake', '~> 13'
2424
s.add_development_dependency 'activesupport', '~> 7.1.5'
2525
s.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3'
2626
s.add_development_dependency 'html-pipeline', '~> 1.0'

0 commit comments

Comments
 (0)