Skip to content

Commit 0932bd5

Browse files
chore(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [rake](https://github.com/ruby/rake), [nokogiri](https://github.com/sparklemotion/nokogiri) and [github-linguist](https://github.com/github-linguist/linguist). Updates `rake` from 13.3.1 to 13.4.2 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.3.1...v13.4.2) Updates `nokogiri` from 1.19.2 to 1.19.3 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.19.2...v1.19.3) Updates `github-linguist` from 9.3.0 to 9.5.0 - [Release notes](https://github.com/github-linguist/linguist/releases) - [Commits](github-linguist/linguist@v9.3.0...v9.5.0) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: nokogiri dependency-version: 1.19.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github-linguist dependency-version: 9.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c0a553 commit 0932bd5

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ gem "twitter-text", "~> 1.14"
1515
gem "asciidoctor", "~> 2.0.26"
1616
gem "rake"
1717
gem "rexml"
18-
gem "nokogiri", "~> 1.19"
18+
gem "nokogiri", "~> 1.19.3"

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GEM
4141
date (3.4.1)
4242
drb (2.2.3)
4343
expression_parser (0.9.0)
44-
github-linguist (9.3.0)
44+
github-linguist (9.5.0)
4545
cgi
4646
charlock_holmes (~> 0.7.7)
4747
mini_mime (~> 1.0)
@@ -56,18 +56,18 @@ GEM
5656
mini_mime (1.1.5)
5757
mini_portile2 (2.8.9)
5858
minitest (5.27.0)
59-
nokogiri (1.19.2)
59+
nokogiri (1.19.3)
6060
mini_portile2 (~> 2.8.2)
6161
racc (~> 1.4)
62-
nokogiri (1.19.2-aarch64-linux-gnu)
62+
nokogiri (1.19.3-aarch64-linux-gnu)
6363
racc (~> 1.4)
64-
nokogiri (1.19.2-arm-linux-gnu)
64+
nokogiri (1.19.3-arm-linux-gnu)
6565
racc (~> 1.4)
66-
nokogiri (1.19.2-arm64-darwin)
66+
nokogiri (1.19.3-arm64-darwin)
6767
racc (~> 1.4)
68-
nokogiri (1.19.2-x86_64-darwin)
68+
nokogiri (1.19.3-x86_64-darwin)
6969
racc (~> 1.4)
70-
nokogiri (1.19.2-x86_64-linux-gnu)
70+
nokogiri (1.19.3-x86_64-linux-gnu)
7171
racc (~> 1.4)
7272
nokogiri-diff (0.3.0)
7373
nokogiri (~> 1.5)
@@ -78,7 +78,7 @@ GEM
7878
date
7979
stringio
8080
racc (1.8.1)
81-
rake (13.3.1)
81+
rake (13.4.2)
8282
rdoc (6.13.1)
8383
psych (>= 4.0.0)
8484
redcarpet (3.6.1)
@@ -126,10 +126,10 @@ DEPENDENCIES
126126
html-pipeline (~> 1.0)
127127
kramdown
128128
minitest (~> 5.4, >= 5.4.3)
129-
nokogiri (~> 1.19)
129+
nokogiri (~> 1.19.3, ~> 1.19.2)
130130
nokogiri-diff (~> 0.3.0)
131131
org-ruby (= 0.9.12)
132-
rake
132+
rake (~> 13, >= 0)
133133
rdoc (~> 6.13.1)
134134
redcarpet
135135
rexml

0 commit comments

Comments
 (0)