Skip to content

Commit a841e92

Browse files
chore(deps): bump the dependencies group across 1 directory with 4 updates
Updates the requirements on [rdoc](https://github.com/ruby/rdoc), [rexml](https://github.com/ruby/rexml), [minitest](https://github.com/minitest/minitest) and [nokogiri](https://github.com/sparklemotion/nokogiri) to permit the latest version. Updates `rdoc` from 6.7.0 to 6.11.0 - [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.11.0) Updates `rexml` from 3.3.9 to 3.4.0 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.9...v3.4.0) Updates `minitest` from 5.25.1 to 5.25.4 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.25.1...v5.25.4) Updates `nokogiri` from 1.16.7 to 1.17.2 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.7...v1.17.2) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rexml 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 - dependency-name: nokogiri dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f4f436 commit a841e92

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

Gemfile

+1-1
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.7.0"
10+
gem "rdoc", "~> 6.11.0"
1111
gem "org-ruby", "0.9.12"
1212
gem "creole", "~>0.5.0"
1313
gem "wikicloth", "=0.8.3"

Gemfile.lock

+15-13
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ GEM
3939
connection_pool (2.4.1)
4040
crass (1.0.6)
4141
creole (0.5.0)
42+
date (3.4.1)
4243
drb (2.2.1)
4344
expression_parser (0.9.0)
4445
github-linguist (7.30.0)
@@ -54,33 +55,34 @@ GEM
5455
concurrent-ruby (~> 1.0)
5556
logger (1.6.1)
5657
mini_mime (1.1.5)
57-
minitest (5.25.1)
58+
minitest (5.25.4)
5859
mutex_m (0.2.0)
59-
nokogiri (1.16.7-aarch64-linux)
60+
nokogiri (1.17.2-aarch64-linux)
6061
racc (~> 1.4)
61-
nokogiri (1.16.7-arm-linux)
62+
nokogiri (1.17.2-arm-linux)
6263
racc (~> 1.4)
63-
nokogiri (1.16.7-arm64-darwin)
64+
nokogiri (1.17.2-arm64-darwin)
6465
racc (~> 1.4)
65-
nokogiri (1.16.7-x86-linux)
66+
nokogiri (1.17.2-x86-linux)
6667
racc (~> 1.4)
67-
nokogiri (1.16.7-x86_64-darwin)
68+
nokogiri (1.17.2-x86_64-darwin)
6869
racc (~> 1.4)
69-
nokogiri (1.16.7-x86_64-linux)
70+
nokogiri (1.17.2-x86_64-linux)
7071
racc (~> 1.4)
7172
nokogiri-diff (0.3.0)
7273
nokogiri (~> 1.5)
7374
tdiff (~> 0.4)
7475
org-ruby (0.9.12)
7576
rubypants (~> 0.2)
76-
psych (5.1.2)
77+
psych (5.2.3)
78+
date
7779
stringio
7880
racc (1.8.1)
7981
rake (13.2.1)
80-
rdoc (6.7.0)
82+
rdoc (6.11.0)
8183
psych (>= 4.0.0)
8284
redcarpet (3.6.0)
83-
rexml (3.3.9)
85+
rexml (3.4.0)
8486
ruby-enum (0.9.0)
8587
i18n
8688
rubypants (0.7.1)
@@ -89,7 +91,7 @@ GEM
8991
crass (~> 1.0.2)
9092
nokogiri (>= 1.12.0)
9193
securerandom (0.3.1)
92-
stringio (3.1.1)
94+
stringio (3.1.2)
9395
tdiff (0.4.0)
9496
twitter-text (1.14.7)
9597
unf (~> 0.1.0)
@@ -124,11 +126,11 @@ DEPENDENCIES
124126
html-pipeline (~> 1.0)
125127
kramdown
126128
minitest (~> 5.4, >= 5.4.3)
127-
nokogiri (~> 1.16.5)
129+
nokogiri (~> 1.17.2)
128130
nokogiri-diff (~> 0.3.0)
129131
org-ruby (= 0.9.12)
130132
rake
131-
rdoc (~> 6.7.0)
133+
rdoc (~> 6.11.0)
132134
redcarpet
133135
rexml
134136
sanitize (>= 4.6.3)

github-markup.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
2525
s.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3'
2626
s.add_development_dependency 'html-pipeline', '~> 1.0'
2727
s.add_development_dependency 'sanitize', '>= 4.6.3'
28-
s.add_development_dependency 'nokogiri', '~> 1.16.5'
28+
s.add_development_dependency 'nokogiri', '~> 1.17.2'
2929
s.add_development_dependency 'nokogiri-diff', '~> 0.3.0'
3030
s.add_development_dependency "github-linguist", ">= 7.1.3"
3131
end

0 commit comments

Comments
 (0)