Skip to content

Commit e4548d8

Browse files
Bump just-the-docs from 0.7.0 to 0.8.1
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.7.0 to 0.8.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.7.0...v0.8.1) --- 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 54ef5a2 commit e4548d8

2 files changed

Lines changed: 13 additions & 12 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.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.7.0" # pinned to the current release
6+
gem "just-the-docs", "0.8.1" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release

Gemfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ GEM
44
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
7+
concurrent-ruby (1.2.3)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
14-
google-protobuf (3.25.2)
14+
google-protobuf (3.25.3-arm64-darwin)
15+
google-protobuf (3.25.3-x86_64-linux)
1516
http_parser.rb (0.8.0)
16-
i18n (1.14.1)
17+
i18n (1.14.4)
1718
concurrent-ruby (~> 1.0)
1819
jekyll (4.3.3)
1920
addressable (~> 2.4)
@@ -39,7 +40,7 @@ GEM
3940
jekyll (>= 3.8, < 5.0)
4041
jekyll-watch (2.2.1)
4142
listen (~> 3.0)
42-
just-the-docs (0.7.0)
43+
just-the-docs (0.8.1)
4344
jekyll (>= 3.8.5)
4445
jekyll-include-cache
4546
jekyll-seo-tag (>= 2.0)
@@ -49,24 +50,24 @@ GEM
4950
kramdown-parser-gfm (1.1.0)
5051
kramdown (~> 2.0)
5152
liquid (4.0.4)
52-
listen (3.8.0)
53+
listen (3.9.0)
5354
rb-fsevent (~> 0.10, >= 0.10.3)
5455
rb-inotify (~> 0.9, >= 0.9.10)
5556
mercenary (0.4.0)
5657
pathutil (0.16.2)
5758
forwardable-extended (~> 2.6)
5859
public_suffix (5.0.4)
59-
rake (13.0.6)
60+
rake (13.1.0)
6061
rb-fsevent (0.11.2)
6162
rb-inotify (0.10.1)
6263
ffi (~> 1.0)
6364
rexml (3.2.6)
6465
rouge (4.2.0)
6566
safe_yaml (1.0.5)
66-
sass-embedded (1.69.5-arm64-darwin)
67-
google-protobuf (~> 3.23)
68-
sass-embedded (1.69.5-x86_64-linux-gnu)
69-
google-protobuf (~> 3.23)
67+
sass-embedded (1.71.1-arm64-darwin)
68+
google-protobuf (~> 3.25)
69+
sass-embedded (1.71.1-x86_64-linux-gnu)
70+
google-protobuf (~> 3.25)
7071
terminal-table (3.0.2)
7172
unicode-display_width (>= 1.1.1, < 3)
7273
unicode-display_width (2.5.0)
@@ -78,7 +79,7 @@ PLATFORMS
7879

7980
DEPENDENCIES
8081
jekyll (~> 4.3.3)
81-
just-the-docs (= 0.7.0)
82+
just-the-docs (= 0.8.1)
8283

8384
BUNDLED WITH
8485
2.3.26

0 commit comments

Comments
 (0)