Skip to content

Commit 8d14f6d

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 f26f0b0 commit 8d14f6d

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ 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

Gemfile.lock

Lines changed: 30 additions & 30 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)
@@ -49,14 +49,14 @@ GEM
4949
webrick (~> 1.7)
5050
jekyll-include-cache (0.2.1)
5151
jekyll (>= 3.7, < 5.0)
52-
jekyll-sass-converter (3.0.0)
53-
sass-embedded (~> 1.54)
52+
jekyll-sass-converter (3.1.0)
53+
sass-embedded (~> 1.75)
5454
jekyll-seo-tag (2.8.0)
5555
jekyll (>= 3.8, < 5.0)
5656
jekyll-watch (2.2.1)
5757
listen (~> 3.0)
58-
json (2.9.1)
59-
just-the-docs (0.10.1)
58+
json (2.18.0)
59+
just-the-docs (0.11.1)
6060
jekyll (>= 3.8.5)
6161
jekyll-include-cache
6262
jekyll-seo-tag (>= 2.0)
@@ -72,24 +72,24 @@ GEM
7272
mercenary (0.4.0)
7373
pathutil (0.16.2)
7474
forwardable-extended (~> 2.6)
75-
public_suffix (6.0.1)
76-
rake (13.2.1)
75+
public_suffix (7.0.2)
76+
rake (13.3.1)
7777
rb-fsevent (0.11.2)
7878
rb-inotify (0.11.1)
7979
ffi (~> 1.0)
80-
rexml (3.4.0)
81-
rouge (4.5.1)
80+
rexml (3.4.4)
81+
rouge (4.7.0)
8282
safe_yaml (1.0.5)
83-
sass-embedded (1.83.4-arm64-darwin)
84-
google-protobuf (~> 4.29)
85-
sass-embedded (1.83.4-x64-mingw-ucrt)
86-
google-protobuf (~> 4.29)
87-
sass-embedded (1.83.4-x86_64-linux-gnu)
88-
google-protobuf (~> 4.29)
83+
sass-embedded (1.97.1-arm64-darwin)
84+
google-protobuf (~> 4.31)
85+
sass-embedded (1.97.1-x64-mingw-ucrt)
86+
google-protobuf (~> 4.31)
87+
sass-embedded (1.97.1-x86_64-linux-gnu)
88+
google-protobuf (~> 4.31)
8989
terminal-table (3.0.2)
9090
unicode-display_width (>= 1.1.1, < 3)
9191
unicode-display_width (2.6.0)
92-
webrick (1.9.1)
92+
webrick (1.9.2)
9393

9494
PLATFORMS
9595
arm64-darwin
@@ -98,7 +98,7 @@ PLATFORMS
9898

9999
DEPENDENCIES
100100
jekyll (~> 4.4.1)
101-
just-the-docs (= 0.10.1)
101+
just-the-docs (= 0.11.1)
102102

103103
BUNDLED WITH
104104
2.5.9

0 commit comments

Comments
 (0)