Skip to content

Commit bddd4af

Browse files
Bump just-the-docs from 0.11.1 to 0.12.0
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.11.1 to 0.12.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.11.1...v0.12.0) --- updated-dependencies: - dependency-name: just-the-docs dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d5c819 commit bddd4af

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

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.4.1" # installed by `gem jekyll`
44
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

6-
gem "just-the-docs", "0.11.1" # pinned to the current release
6+
gem "just-the-docs", "0.12.0" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ GEM
1515
ffi (1.17.3-arm64-darwin)
1616
ffi (1.17.3-x86_64-linux-gnu)
1717
forwardable-extended (2.6.0)
18-
google-protobuf (4.33.2-arm64-darwin)
18+
google-protobuf (4.33.4-arm64-darwin)
1919
bigdecimal
2020
rake (>= 13)
21-
google-protobuf (4.33.2-x86_64-linux-gnu)
21+
google-protobuf (4.33.4-x86_64-linux-gnu)
2222
bigdecimal
2323
rake (>= 13)
2424
http_parser.rb (0.8.1)
@@ -52,19 +52,21 @@ GEM
5252
jekyll-watch (2.2.1)
5353
listen (~> 3.0)
5454
json (2.18.0)
55-
just-the-docs (0.11.1)
55+
just-the-docs (0.12.0)
5656
jekyll (>= 3.8.5)
5757
jekyll-include-cache
5858
jekyll-seo-tag (>= 2.0)
5959
rake (>= 12.3.1)
60-
kramdown (2.5.1)
61-
rexml (>= 3.3.9)
60+
kramdown (2.5.2)
61+
rexml (>= 3.4.4)
6262
kramdown-parser-gfm (1.1.0)
6363
kramdown (~> 2.0)
6464
liquid (4.0.4)
65-
listen (3.9.0)
65+
listen (3.10.0)
66+
logger
6667
rb-fsevent (~> 0.10, >= 0.10.3)
6768
rb-inotify (~> 0.9, >= 0.9.10)
69+
logger (1.7.0)
6870
mercenary (0.4.0)
6971
pathutil (0.16.2)
7072
forwardable-extended (~> 2.6)
@@ -76,9 +78,9 @@ GEM
7678
rexml (3.4.4)
7779
rouge (4.7.0)
7880
safe_yaml (1.0.5)
79-
sass-embedded (1.97.1-arm64-darwin)
81+
sass-embedded (1.97.3-arm64-darwin)
8082
google-protobuf (~> 4.31)
81-
sass-embedded (1.97.1-x86_64-linux-gnu)
83+
sass-embedded (1.97.3-x86_64-linux-gnu)
8284
google-protobuf (~> 4.31)
8385
terminal-table (3.0.2)
8486
unicode-display_width (>= 1.1.1, < 3)
@@ -91,7 +93,7 @@ PLATFORMS
9193

9294
DEPENDENCIES
9395
jekyll (~> 4.4.1)
94-
just-the-docs (= 0.11.1)
96+
just-the-docs (= 0.12.0)
9597

9698
BUNDLED WITH
9799
2.5.9

0 commit comments

Comments
 (0)