Skip to content

Commit 5954c02

Browse files
chore(deps): bump just-the-docs from 0.10.1 to 0.11.1
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.10.1 to 0.11.1. - [Release notes](https://github.com/just-the-docs/just-the-docs/releases) - [Changelog](https://github.com/just-the-docs/just-the-docs/blob/main/CHANGELOG.md) - [Commits](just-the-docs/just-the-docs@v0.10.1...v0.11.1) --- updated-dependencies: - dependency-name: just-the-docs dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b17574f commit 5954c02

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source "https://rubygems.org"
99
# Happy Jekylling!
1010
gem "jekyll", "~> 4.4.1"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12-
gem "just-the-docs", "0.10.1" # pinned to the current release
12+
gem "just-the-docs", "0.11.1" # pinned to the current release
1313
# gem "just-the-docs" # always download the latest release
1414

1515
# Explicitly include plugins referenced in _config.yml

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
4+
addressable (2.8.8)
5+
public_suffix (>= 2.0.2, < 8.0)
66
base64 (0.3.0)
7-
bigdecimal (3.2.3)
7+
bigdecimal (4.0.1)
88
colorator (1.1.0)
9-
concurrent-ruby (1.3.5)
9+
concurrent-ruby (1.3.6)
1010
csv (3.3.5)
1111
em-websocket (0.5.3)
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15-
ffi (1.17.2-x64-mingw-ucrt)
16-
ffi (1.17.2-x86_64-linux-gnu)
15+
ffi (1.17.3-x64-mingw-ucrt)
16+
ffi (1.17.3-x86_64-linux-gnu)
1717
fiddle (1.1.8)
1818
forwardable-extended (2.6.0)
19-
google-protobuf (4.32.0-x64-mingw-ucrt)
19+
google-protobuf (4.33.2-x64-mingw-ucrt)
2020
bigdecimal
2121
rake (>= 13)
22-
google-protobuf (4.32.0-x86_64-linux-gnu)
22+
google-protobuf (4.33.2-x86_64-linux-gnu)
2323
bigdecimal
2424
rake (>= 13)
2525
http_parser.rb (0.8.0)
26-
i18n (1.14.7)
26+
i18n (1.14.8)
2727
concurrent-ruby (~> 1.0)
2828
jekyll (4.4.1)
2929
addressable (~> 2.4)
@@ -60,8 +60,8 @@ GEM
6060
jekyll (>= 3.3, < 5.0)
6161
jekyll-watch (2.2.1)
6262
listen (~> 3.0)
63-
json (2.13.2)
64-
just-the-docs (0.10.1)
63+
json (2.18.0)
64+
just-the-docs (0.11.1)
6565
jekyll (>= 3.8.5)
6666
jekyll-include-cache
6767
jekyll-seo-tag (>= 2.0)
@@ -78,17 +78,17 @@ GEM
7878
mercenary (0.4.0)
7979
pathutil (0.16.2)
8080
forwardable-extended (~> 2.6)
81-
public_suffix (6.0.2)
82-
rake (13.3.0)
81+
public_suffix (7.0.2)
82+
rake (13.3.1)
8383
rb-fsevent (0.11.2)
8484
rb-inotify (0.11.1)
8585
ffi (~> 1.0)
86-
rexml (3.4.3)
87-
rouge (4.6.0)
86+
rexml (3.4.4)
87+
rouge (4.7.0)
8888
safe_yaml (1.0.5)
89-
sass-embedded (1.92.1-x64-mingw-ucrt)
89+
sass-embedded (1.97.1-x64-mingw-ucrt)
9090
google-protobuf (~> 4.31)
91-
sass-embedded (1.92.1-x86_64-linux-gnu)
91+
sass-embedded (1.97.1-x86_64-linux-gnu)
9292
google-protobuf (~> 4.31)
9393
terminal-table (3.0.2)
9494
unicode-display_width (>= 1.1.1, < 3)
@@ -98,7 +98,7 @@ GEM
9898
tzinfo (>= 1.0.0)
9999
unicode-display_width (2.6.0)
100100
wdm (0.2.0)
101-
webrick (1.9.1)
101+
webrick (1.9.2)
102102

103103
PLATFORMS
104104
x64-mingw-ucrt
@@ -113,7 +113,7 @@ DEPENDENCIES
113113
jekyll-relative-links (~> 0.6)
114114
jekyll-seo-tag
115115
jekyll-titles-from-headings (~> 0.5)
116-
just-the-docs (= 0.10.1)
116+
just-the-docs (= 0.11.1)
117117
logger (~> 1.4)
118118
tzinfo (>= 1, < 3)
119119
tzinfo-data

0 commit comments

Comments
 (0)