Skip to content

Commit 72fb534

Browse files
dependabot[bot]simoneguzzi
authored andcommitted
build(deps): 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 ce6cd3b commit 72fb534

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
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

+20-20
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ 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-x64-mingw-ucrt)
15-
ffi (1.17.0-x86_64-linux-gnu)
13+
ffi (1.17.1-arm64-darwin)
14+
ffi (1.17.1-x64-mingw-ucrt)
15+
ffi (1.17.1-x86_64-linux-gnu)
1616
forwardable-extended (2.6.0)
17-
google-protobuf (4.28.2-arm64-darwin)
17+
google-protobuf (4.29.2-arm64-darwin)
1818
bigdecimal
1919
rake (>= 13)
20-
google-protobuf (4.28.2-x64-mingw-ucrt)
20+
google-protobuf (4.29.2-x64-mingw-ucrt)
2121
bigdecimal
2222
rake (>= 13)
23-
google-protobuf (4.28.2-x86_64-linux)
23+
google-protobuf (4.29.2-x86_64-linux)
2424
bigdecimal
2525
rake (>= 13)
2626
http_parser.rb (0.8.0)
@@ -50,13 +50,13 @@ GEM
5050
jekyll (>= 3.8, < 5.0)
5151
jekyll-watch (2.2.1)
5252
listen (~> 3.0)
53-
just-the-docs (0.10.0)
53+
just-the-docs (0.10.1)
5454
jekyll (>= 3.8.5)
5555
jekyll-include-cache
5656
jekyll-seo-tag (>= 2.0)
5757
rake (>= 12.3.1)
58-
kramdown (2.4.0)
59-
rexml
58+
kramdown (2.5.1)
59+
rexml (>= 3.3.9)
6060
kramdown-parser-gfm (1.1.0)
6161
kramdown (~> 2.0)
6262
liquid (4.0.4)
@@ -71,19 +71,19 @@ GEM
7171
rb-fsevent (0.11.2)
7272
rb-inotify (0.11.1)
7373
ffi (~> 1.0)
74-
rexml (3.3.9)
75-
rouge (4.3.0)
74+
rexml (3.4.0)
75+
rouge (4.5.1)
7676
safe_yaml (1.0.5)
77-
sass-embedded (1.78.0-arm64-darwin)
78-
google-protobuf (~> 4.27)
79-
sass-embedded (1.78.0-x64-mingw-ucrt)
80-
google-protobuf (~> 4.27)
81-
sass-embedded (1.78.0-x86_64-linux-gnu)
82-
google-protobuf (~> 4.27)
77+
sass-embedded (1.83.1-arm64-darwin)
78+
google-protobuf (~> 4.29)
79+
sass-embedded (1.83.1-x64-mingw-ucrt)
80+
google-protobuf (~> 4.29)
81+
sass-embedded (1.83.1-x86_64-linux-gnu)
82+
google-protobuf (~> 4.29)
8383
terminal-table (3.0.2)
8484
unicode-display_width (>= 1.1.1, < 3)
8585
unicode-display_width (2.6.0)
86-
webrick (1.8.2)
86+
webrick (1.9.1)
8787

8888
PLATFORMS
8989
arm64-darwin
@@ -92,7 +92,7 @@ PLATFORMS
9292

9393
DEPENDENCIES
9494
jekyll (~> 4.3.4)
95-
just-the-docs (= 0.10.0)
95+
just-the-docs (= 0.10.1)
9696

9797
BUNDLED WITH
9898
2.5.9

0 commit comments

Comments
 (0)