Skip to content

Commit 77c1e9a

Browse files
chore(deps): bump the dependencies group across 1 directory with 5 updates
Updates the requirements on [rdoc](https://github.com/ruby/rdoc), [rake](https://github.com/ruby/rake), [rexml](https://github.com/ruby/rexml), [nokogiri](https://github.com/sparklemotion/nokogiri) and [github-linguist](https://github.com/github-linguist/linguist) to permit the latest version. Updates `rdoc` from 6.13.1 to 6.14.2 - [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.14.2) 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.1 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.1...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 `github-linguist` from 9.1.0 to 9.2.0 - [Release notes](https://github.com/github-linguist/linguist/releases) - [Commits](github-linguist/linguist@v9.1.0...v9.2.0) --- updated-dependencies: - dependency-name: rdoc dependency-version: 6.14.2 dependency-type: direct:production update-type: version-update:semver-minor 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: github-linguist dependency-version: 9.2.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 77c1e9a

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

Gemfile

Lines changed: 2 additions & 2 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.14.2"
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"
1515
gem "asciidoctor", "~> 2.0.5"
1616
gem "rake"
1717
gem "rexml"
18-
gem "nokogiri", "~> 1.18.9"
18+
gem "nokogiri", "~> 1.18.10"

Gemfile.lock

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,18 @@ GEM
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)
@@ -58,33 +60,34 @@ GEM
5860
mini_portile2 (2.8.9)
5961
minitest (5.25.5)
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.14.2)
87+
erb
8588
psych (>= 4.0.0)
8689
redcarpet (3.6.1)
87-
rexml (3.4.2)
90+
rexml (3.4.4)
8891
ruby-enum (0.9.0)
8992
i18n
9093
rubypants (0.7.1)
@@ -93,7 +96,7 @@ GEM
9396
crass (~> 1.0.2)
9497
nokogiri (>= 1.12.0)
9598
securerandom (0.3.2)
96-
stringio (3.1.6)
99+
stringio (3.1.7)
97100
tdiff (0.4.0)
98101
twitter-text (1.14.7)
99102
unf (~> 0.1.0)
@@ -128,11 +131,11 @@ DEPENDENCIES
128131
html-pipeline (~> 1.0)
129132
kramdown
130133
minitest (~> 5.4, >= 5.4.3)
131-
nokogiri (~> 1.18.9)
134+
nokogiri (~> 1.18.10)
132135
nokogiri-diff (~> 0.3.0)
133136
org-ruby (= 0.9.12)
134137
rake
135-
rdoc (~> 6.13.1)
138+
rdoc (~> 6.14.2)
136139
redcarpet
137140
rexml
138141
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)