Skip to content

Commit 3d66ae7

Browse files
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 73d86d6 commit 3d66ae7

2 files changed

Lines changed: 29 additions & 29 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
44
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

6-
gem "just-the-docs", "0.10.1" # pinned to the current release
6+
gem "just-the-docs", "0.11.1" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release
88

99
gem "jekyll-remote-theme"

Gemfile.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
6-
base64 (0.2.0)
7-
bigdecimal (3.1.9)
4+
addressable (2.8.8)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
base64 (0.3.0)
7+
bigdecimal (4.0.1)
88
colorator (1.1.0)
9-
concurrent-ruby (1.3.5)
10-
csv (3.3.2)
9+
concurrent-ruby (1.3.6)
10+
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.1-arm64-darwin)
16-
ffi (1.17.1-x64-mingw-ucrt)
17-
ffi (1.17.1-x86_64-linux-gnu)
15+
ffi (1.17.3-arm64-darwin)
16+
ffi (1.17.3-x64-mingw-ucrt)
17+
ffi (1.17.3-x86_64-linux-gnu)
1818
forwardable-extended (2.6.0)
19-
google-protobuf (4.29.3-arm64-darwin)
19+
google-protobuf (4.33.2-arm64-darwin)
2020
bigdecimal
2121
rake (>= 13)
22-
google-protobuf (4.29.3-x64-mingw-ucrt)
22+
google-protobuf (4.33.2-x64-mingw-ucrt)
2323
bigdecimal
2424
rake (>= 13)
25-
google-protobuf (4.29.3-x86_64-linux)
25+
google-protobuf (4.33.2-x86_64-linux-gnu)
2626
bigdecimal
2727
rake (>= 13)
28-
http_parser.rb (0.8.0)
29-
i18n (1.14.7)
28+
http_parser.rb (0.8.1)
29+
i18n (1.14.8)
3030
concurrent-ruby (~> 1.0)
3131
jekyll (4.4.1)
3232
addressable (~> 2.4)
@@ -60,8 +60,8 @@ GEM
6060
jekyll (>= 3.8, < 5.0)
6161
jekyll-watch (2.2.1)
6262
listen (~> 3.0)
63-
json (2.9.1)
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)
@@ -77,25 +77,25 @@ GEM
7777
mercenary (0.4.0)
7878
pathutil (0.16.2)
7979
forwardable-extended (~> 2.6)
80-
public_suffix (6.0.1)
81-
rake (13.2.1)
80+
public_suffix (7.0.2)
81+
rake (13.3.1)
8282
rb-fsevent (0.11.2)
8383
rb-inotify (0.11.1)
8484
ffi (~> 1.0)
85-
rexml (3.4.0)
86-
rouge (4.5.1)
85+
rexml (3.4.4)
86+
rouge (4.7.0)
8787
rubyzip (2.4.1)
8888
safe_yaml (1.0.5)
89-
sass-embedded (1.83.4-arm64-darwin)
90-
google-protobuf (~> 4.29)
91-
sass-embedded (1.83.4-x64-mingw-ucrt)
92-
google-protobuf (~> 4.29)
93-
sass-embedded (1.83.4-x86_64-linux-gnu)
94-
google-protobuf (~> 4.29)
89+
sass-embedded (1.97.1-arm64-darwin)
90+
google-protobuf (~> 4.31)
91+
sass-embedded (1.97.1-x64-mingw-ucrt)
92+
google-protobuf (~> 4.31)
93+
sass-embedded (1.97.1-x86_64-linux-gnu)
94+
google-protobuf (~> 4.31)
9595
terminal-table (3.0.2)
9696
unicode-display_width (>= 1.1.1, < 3)
9797
unicode-display_width (2.6.0)
98-
webrick (1.9.1)
98+
webrick (1.9.2)
9999

100100
PLATFORMS
101101
arm64-darwin
@@ -105,7 +105,7 @@ PLATFORMS
105105
DEPENDENCIES
106106
jekyll (~> 4.4.1)
107107
jekyll-remote-theme
108-
just-the-docs (= 0.10.1)
108+
just-the-docs (= 0.11.1)
109109

110110
BUNDLED WITH
111111
2.5.9

0 commit comments

Comments
 (0)