Skip to content

Commit f0ffca8

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] <support@github.com>
1 parent 807082f commit f0ffca8

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ 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

Gemfile.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -3,20 +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-arm64-darwin)
14-
ffi (1.17.0-x86_64-linux-gnu)
13+
ffi (1.17.1-arm64-darwin)
14+
ffi (1.17.1-x86_64-linux-gnu)
1515
forwardable-extended (2.6.0)
16-
google-protobuf (4.28.1-arm64-darwin)
16+
google-protobuf (4.29.2-arm64-darwin)
1717
bigdecimal
1818
rake (>= 13)
19-
google-protobuf (4.28.1-x86_64-linux)
19+
google-protobuf (4.29.2-x86_64-linux)
2020
bigdecimal
2121
rake (>= 13)
2222
http_parser.rb (0.8.0)
@@ -46,13 +46,13 @@ GEM
4646
jekyll (>= 3.8, < 5.0)
4747
jekyll-watch (2.2.1)
4848
listen (~> 3.0)
49-
just-the-docs (0.10.0)
49+
just-the-docs (0.10.1)
5050
jekyll (>= 3.8.5)
5151
jekyll-include-cache
5252
jekyll-seo-tag (>= 2.0)
5353
rake (>= 12.3.1)
54-
kramdown (2.4.0)
55-
rexml
54+
kramdown (2.5.1)
55+
rexml (>= 3.3.9)
5656
kramdown-parser-gfm (1.1.0)
5757
kramdown (~> 2.0)
5858
liquid (4.0.4)
@@ -67,25 +67,25 @@ GEM
6767
rb-fsevent (0.11.2)
6868
rb-inotify (0.11.1)
6969
ffi (~> 1.0)
70-
rexml (3.3.7)
71-
rouge (4.3.0)
70+
rexml (3.4.0)
71+
rouge (4.5.1)
7272
safe_yaml (1.0.5)
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)
73+
sass-embedded (1.83.1-arm64-darwin)
74+
google-protobuf (~> 4.29)
75+
sass-embedded (1.83.1-x86_64-linux-gnu)
76+
google-protobuf (~> 4.29)
7777
terminal-table (3.0.2)
7878
unicode-display_width (>= 1.1.1, < 3)
7979
unicode-display_width (2.6.0)
80-
webrick (1.8.1)
80+
webrick (1.9.1)
8181

8282
PLATFORMS
8383
arm64-darwin
8484
x86_64-linux-gnu
8585

8686
DEPENDENCIES
8787
jekyll (~> 4.3.4)
88-
just-the-docs (= 0.10.0)
88+
just-the-docs (= 0.10.1)
8989

9090
BUNDLED WITH
9191
2.5.9

0 commit comments

Comments
 (0)