Skip to content

Commit 9514860

Browse files
dependabot[bot]fabmax
authored andcommitted
Bump just-the-docs from 0.9.0 to 0.10.0
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.9.0 to 0.10.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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: just-the-docs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f97e2f commit 9514860

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
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.9.0" # pinned to the current release
6+
gem "just-the-docs", "0.10.0" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release

Gemfile.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ GEM
1313
ffi (1.17.0-arm64-darwin)
1414
ffi (1.17.0-x86_64-linux-gnu)
1515
forwardable-extended (2.6.0)
16-
google-protobuf (4.27.3-arm64-darwin)
16+
google-protobuf (4.28.0-arm64-darwin)
1717
bigdecimal
1818
rake (>= 13)
19-
google-protobuf (4.27.3-x86_64-linux)
19+
google-protobuf (4.28.0-x86_64-linux)
2020
bigdecimal
2121
rake (>= 13)
2222
http_parser.rb (0.8.0)
@@ -46,7 +46,7 @@ GEM
4646
jekyll (>= 3.8, < 5.0)
4747
jekyll-watch (2.2.1)
4848
listen (~> 3.0)
49-
just-the-docs (0.9.0)
49+
just-the-docs (0.10.0)
5050
jekyll (>= 3.8.5)
5151
jekyll-include-cache
5252
jekyll-seo-tag (>= 2.0)
@@ -67,15 +67,13 @@ GEM
6767
rb-fsevent (0.11.2)
6868
rb-inotify (0.11.1)
6969
ffi (~> 1.0)
70-
rexml (3.3.6)
71-
strscan
70+
rexml (3.3.7)
7271
rouge (4.3.0)
7372
safe_yaml (1.0.5)
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)
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)
7977
terminal-table (3.0.2)
8078
unicode-display_width (>= 1.1.1, < 3)
8179
unicode-display_width (2.5.0)
@@ -87,7 +85,7 @@ PLATFORMS
8785

8886
DEPENDENCIES
8987
jekyll (~> 4.3.3)
90-
just-the-docs (= 0.9.0)
88+
just-the-docs (= 0.10.0)
9189

9290
BUNDLED WITH
9391
2.3.26

0 commit comments

Comments
 (0)