Skip to content

Commit 8892cfb

Browse files
chore(deps): bump the dependencies group across 1 directory with 3 updates
Updates the requirements on [rdoc](https://github.com/ruby/rdoc), [rake](https://github.com/ruby/rake) 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 `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: 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 ebfff70 commit 8892cfb

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
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.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"

Gemfile.lock

Lines changed: 10 additions & 7 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.2.0)
4648
cgi
4749
charlock_holmes (~> 0.7.7)
4850
mini_mime (~> 1.0)
@@ -76,12 +78,13 @@ GEM
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)
8790
rexml (3.4.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)
@@ -132,7 +135,7 @@ DEPENDENCIES
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)