Skip to content

Commit 0d5afdd

Browse files
Bump just-the-docs from 0.8.2 to 0.9.0 (#51)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0314cb1 commit 0d5afdd

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
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: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +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)
16+
google-protobuf (4.27.3-arm64-darwin)
17+
bigdecimal
1518
rake (>= 13)
16-
google-protobuf (4.26.1-arm64-darwin)
17-
rake (>= 13)
18-
google-protobuf (4.26.1-x86_64-linux)
19+
google-protobuf (4.27.3-x86_64-linux)
20+
bigdecimal
1921
rake (>= 13)
2022
http_parser.rb (0.8.0)
21-
i18n (1.14.4)
23+
i18n (1.14.5)
2224
concurrent-ruby (~> 1.0)
2325
jekyll (4.3.3)
2426
addressable (~> 2.4)
@@ -44,7 +46,7 @@ GEM
4446
jekyll (>= 3.8, < 5.0)
4547
jekyll-watch (2.2.1)
4648
listen (~> 3.0)
47-
just-the-docs (0.8.2)
49+
just-the-docs (0.9.0)
4850
jekyll (>= 3.8.5)
4951
jekyll-include-cache
5052
jekyll-seo-tag (>= 2.0)
@@ -60,21 +62,20 @@ GEM
6062
mercenary (0.4.0)
6163
pathutil (0.16.2)
6264
forwardable-extended (~> 2.6)
63-
public_suffix (5.0.5)
65+
public_suffix (6.0.1)
6466
rake (13.2.1)
6567
rb-fsevent (0.11.2)
66-
rb-inotify (0.10.1)
68+
rb-inotify (0.11.1)
6769
ffi (~> 1.0)
68-
rexml (3.2.6)
69-
rouge (4.2.1)
70+
rexml (3.3.5)
71+
strscan
72+
rouge (4.3.0)
7073
safe_yaml (1.0.5)
71-
sass-embedded (1.75.0)
72-
google-protobuf (>= 3.25, < 5.0)
73-
rake (>= 13.0.0)
74-
sass-embedded (1.75.0-arm64-darwin)
75-
google-protobuf (>= 3.25, < 5.0)
76-
sass-embedded (1.75.0-x86_64-linux-gnu)
77-
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)
78+
strscan (3.1.0)
7879
terminal-table (3.0.2)
7980
unicode-display_width (>= 1.1.1, < 3)
8081
unicode-display_width (2.5.0)
@@ -86,7 +87,7 @@ PLATFORMS
8687

8788
DEPENDENCIES
8889
jekyll (~> 4.3.3)
89-
just-the-docs (= 0.8.2)
90+
just-the-docs (= 0.9.0)
9091

9192
BUNDLED WITH
9293
2.5.9

0 commit comments

Comments
 (0)