Skip to content

Commit 8de65f4

Browse files
Bump just-the-docs from 0.8.2 to 0.10.0
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.8.2 to 0.10.0. - [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.8.2...v0.10.0) --- updated-dependencies: - dependency-name: just-the-docs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6793832 commit 8de65f4

File tree

2 files changed

+24
-19
lines changed

2 files changed

+24
-19
lines changed

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.3.3" # installed by `gem jekyll`
44
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

6-
gem "just-the-docs", "0.8.2" # pinned to the current release
6+
gem "just-the-docs", "0.10.0" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release

Gemfile.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.1.8)
67
colorator (1.1.0)
7-
concurrent-ruby (1.2.3)
8+
concurrent-ruby (1.3.4)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.16.3)
13+
ffi (1.17.0-arm64-darwin)
14+
ffi (1.17.0-x86_64-linux-gnu)
1315
forwardable-extended (2.6.0)
14-
google-protobuf (3.25.3-arm64-darwin)
15-
google-protobuf (3.25.3-x86_64-linux)
16+
google-protobuf (4.28.0-arm64-darwin)
17+
bigdecimal
18+
rake (>= 13)
19+
google-protobuf (4.28.0-x86_64-linux)
20+
bigdecimal
21+
rake (>= 13)
1622
http_parser.rb (0.8.0)
17-
i18n (1.14.4)
23+
i18n (1.14.5)
1824
concurrent-ruby (~> 1.0)
1925
jekyll (4.3.3)
2026
addressable (~> 2.4)
@@ -40,7 +46,7 @@ GEM
4046
jekyll (>= 3.8, < 5.0)
4147
jekyll-watch (2.2.1)
4248
listen (~> 3.0)
43-
just-the-docs (0.8.2)
49+
just-the-docs (0.10.0)
4450
jekyll (>= 3.8.5)
4551
jekyll-include-cache
4652
jekyll-seo-tag (>= 2.0)
@@ -56,19 +62,18 @@ GEM
5662
mercenary (0.4.0)
5763
pathutil (0.16.2)
5864
forwardable-extended (~> 2.6)
59-
public_suffix (5.0.5)
65+
public_suffix (6.0.1)
6066
rake (13.2.1)
6167
rb-fsevent (0.11.2)
62-
rb-inotify (0.10.1)
68+
rb-inotify (0.11.1)
6369
ffi (~> 1.0)
64-
rexml (3.2.6)
65-
rouge (4.2.1)
70+
rexml (3.3.7)
71+
rouge (4.3.0)
6672
safe_yaml (1.0.5)
67-
sass-embedded (1.69.5)
68-
google-protobuf (~> 3.23)
69-
rake (>= 13.0.0)
70-
sass-embedded (1.69.5-arm64-darwin)
71-
google-protobuf (~> 3.23)
73+
sass-embedded (1.78.0-arm64-darwin)
74+
google-protobuf (~> 4.27)
75+
sass-embedded (1.78.0-x86_64-linux-gnu)
76+
google-protobuf (~> 4.27)
7277
terminal-table (3.0.2)
7378
unicode-display_width (>= 1.1.1, < 3)
7479
unicode-display_width (2.5.0)
@@ -80,7 +85,7 @@ PLATFORMS
8085

8186
DEPENDENCIES
8287
jekyll (~> 4.3.3)
83-
just-the-docs (= 0.8.2)
88+
just-the-docs (= 0.10.0)
8489

8590
BUNDLED WITH
8691
2.5.9

0 commit comments

Comments
 (0)