Skip to content

Commit fbf46de

Browse files
Bump just-the-docs from 0.10.0 to 0.10.1
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.10.0 to 0.10.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.0...v0.10.1) --- updated-dependencies: - dependency-name: just-the-docs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92a6c12 commit fbf46de

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ source 'https://rubygems.org'
33
gem "jekyll", "~> 4.3.4" # 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.0" # pinned to the current release
6+
gem "just-the-docs", "0.10.1" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release
88
gem "jekyll-relative-links", "0.7.0"

Gemfile.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
bigdecimal (3.1.8)
6+
bigdecimal (3.1.9)
77
colorator (1.1.0)
88
concurrent-ruby (1.3.4)
99
em-websocket (0.5.3)
1010
eventmachine (>= 0.12.9)
1111
http_parser.rb (~> 0)
1212
eventmachine (1.2.7)
13-
ffi (1.17.0)
13+
ffi (1.17.1-arm64-darwin)
14+
ffi (1.17.1-x86_64-linux-gnu)
1415
forwardable-extended (2.6.0)
15-
google-protobuf (4.28.2-arm64-darwin)
16+
google-protobuf (4.29.2-arm64-darwin)
1617
bigdecimal
1718
rake (>= 13)
18-
google-protobuf (4.28.2-x86_64-linux)
19+
google-protobuf (4.29.2-x86_64-linux)
1920
bigdecimal
2021
rake (>= 13)
2122
http_parser.rb (0.8.0)
@@ -47,13 +48,13 @@ GEM
4748
jekyll (>= 3.8, < 5.0)
4849
jekyll-watch (2.2.1)
4950
listen (~> 3.0)
50-
just-the-docs (0.10.0)
51+
just-the-docs (0.10.1)
5152
jekyll (>= 3.8.5)
5253
jekyll-include-cache
5354
jekyll-seo-tag (>= 2.0)
5455
rake (>= 12.3.1)
55-
kramdown (2.4.0)
56-
rexml
56+
kramdown (2.5.1)
57+
rexml (>= 3.3.9)
5758
kramdown-parser-gfm (1.1.0)
5859
kramdown (~> 2.0)
5960
liquid (4.0.4)
@@ -68,16 +69,17 @@ GEM
6869
rb-fsevent (0.11.2)
6970
rb-inotify (0.11.1)
7071
ffi (~> 1.0)
71-
rexml (3.3.8)
72-
rouge (4.4.0)
72+
rexml (3.4.0)
73+
rouge (4.5.1)
7374
safe_yaml (1.0.5)
74-
sass-embedded (1.81.0)
75-
google-protobuf (~> 4.28)
76-
rake (>= 13)
75+
sass-embedded (1.83.1-arm64-darwin)
76+
google-protobuf (~> 4.29)
77+
sass-embedded (1.83.1-x86_64-linux-gnu)
78+
google-protobuf (~> 4.29)
7779
terminal-table (3.0.2)
7880
unicode-display_width (>= 1.1.1, < 3)
7981
unicode-display_width (2.6.0)
80-
webrick (1.8.2)
82+
webrick (1.9.1)
8183

8284
PLATFORMS
8385
arm64-darwin-23
@@ -86,7 +88,7 @@ PLATFORMS
8688
DEPENDENCIES
8789
jekyll (~> 4.3.4)
8890
jekyll-relative-links (= 0.7.0)
89-
just-the-docs (= 0.10.0)
91+
just-the-docs (= 0.10.1)
9092

9193
BUNDLED WITH
9294
2.3.26

0 commit comments

Comments
 (0)