Skip to content

Commit 8e8eeeb

Browse files
build(deps): Bump just-the-docs from 0.8.2 to 0.9.0
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.8.2 to 0.9.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.9.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 8d3fa32 commit 8e8eeeb

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
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.9.0" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release

Gemfile.lock

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +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 (4.26.1-arm64-darwin)
16+
google-protobuf (4.27.3-arm64-darwin)
17+
bigdecimal
1518
rake (>= 13)
16-
google-protobuf (4.26.1-x86_64-linux)
19+
google-protobuf (4.27.3-x86_64-linux)
20+
bigdecimal
1721
rake (>= 13)
1822
http_parser.rb (0.8.0)
19-
i18n (1.14.4)
23+
i18n (1.14.5)
2024
concurrent-ruby (~> 1.0)
2125
jekyll (4.3.3)
2226
addressable (~> 2.4)
@@ -42,7 +46,7 @@ GEM
4246
jekyll (>= 3.8, < 5.0)
4347
jekyll-watch (2.2.1)
4448
listen (~> 3.0)
45-
just-the-docs (0.8.2)
49+
just-the-docs (0.9.0)
4650
jekyll (>= 3.8.5)
4751
jekyll-include-cache
4852
jekyll-seo-tag (>= 2.0)
@@ -58,19 +62,19 @@ GEM
5862
mercenary (0.4.0)
5963
pathutil (0.16.2)
6064
forwardable-extended (~> 2.6)
61-
public_suffix (5.0.4)
62-
rake (13.1.0)
65+
public_suffix (6.0.1)
66+
rake (13.2.1)
6367
rb-fsevent (0.11.2)
64-
rb-inotify (0.10.1)
68+
rb-inotify (0.11.1)
6569
ffi (~> 1.0)
6670
rexml (3.3.6)
6771
strscan
68-
rouge (4.2.1)
72+
rouge (4.3.0)
6973
safe_yaml (1.0.5)
70-
sass-embedded (1.72.0-arm64-darwin)
71-
google-protobuf (>= 3.25, < 5.0)
72-
sass-embedded (1.72.0-x86_64-linux-gnu)
73-
google-protobuf (>= 3.25, < 5.0)
74+
sass-embedded (1.77.8-arm64-darwin)
75+
google-protobuf (~> 4.26)
76+
sass-embedded (1.77.8-x86_64-linux-gnu)
77+
google-protobuf (~> 4.26)
7478
strscan (3.1.0)
7579
terminal-table (3.0.2)
7680
unicode-display_width (>= 1.1.1, < 3)
@@ -83,7 +87,7 @@ PLATFORMS
8387

8488
DEPENDENCIES
8589
jekyll (~> 4.3.3)
86-
just-the-docs (= 0.8.2)
90+
just-the-docs (= 0.9.0)
8791

8892
BUNDLED WITH
8993
2.3.26

0 commit comments

Comments
 (0)