Skip to content

Commit cfe006c

Browse files
Bump just-the-docs from 0.7.0 to 0.8.2 (#9)
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.7.0 to 0.8.2. - [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](https://github.com/just-the-docs/just-the-docs/commits) --- updated-dependencies: - dependency-name: just-the-docs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d9f416 commit cfe006c

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
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.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.2" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release

Gemfile.lock

+14-12
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ 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.1-arm64-darwin)
15-
google-protobuf (3.25.1-x86_64-linux)
14+
google-protobuf (4.26.1-arm64-darwin)
15+
rake (>= 13)
16+
google-protobuf (4.26.1-x86_64-linux)
17+
rake (>= 13)
1618
http_parser.rb (0.8.0)
17-
i18n (1.14.1)
19+
i18n (1.14.4)
1820
concurrent-ruby (~> 1.0)
1921
jekyll (4.3.3)
2022
addressable (~> 2.4)
@@ -40,7 +42,7 @@ GEM
4042
jekyll (>= 3.8, < 5.0)
4143
jekyll-watch (2.2.1)
4244
listen (~> 3.0)
43-
just-the-docs (0.7.0)
45+
just-the-docs (0.8.2)
4446
jekyll (>= 3.8.5)
4547
jekyll-include-cache
4648
jekyll-seo-tag (>= 2.0)
@@ -50,7 +52,7 @@ GEM
5052
kramdown-parser-gfm (1.1.0)
5153
kramdown (~> 2.0)
5254
liquid (4.0.4)
53-
listen (3.8.0)
55+
listen (3.9.0)
5456
rb-fsevent (~> 0.10, >= 0.10.3)
5557
rb-inotify (~> 0.9, >= 0.9.10)
5658
mercenary (0.4.0)
@@ -62,12 +64,12 @@ GEM
6264
rb-inotify (0.10.1)
6365
ffi (~> 1.0)
6466
rexml (3.2.6)
65-
rouge (4.2.0)
67+
rouge (4.2.1)
6668
safe_yaml (1.0.5)
67-
sass-embedded (1.69.6-arm64-darwin)
68-
google-protobuf (~> 3.25)
69-
sass-embedded (1.69.6-x86_64-linux-gnu)
70-
google-protobuf (~> 3.25)
69+
sass-embedded (1.72.0-arm64-darwin)
70+
google-protobuf (>= 3.25, < 5.0)
71+
sass-embedded (1.72.0-x86_64-linux-gnu)
72+
google-protobuf (>= 3.25, < 5.0)
7173
terminal-table (3.0.2)
7274
unicode-display_width (>= 1.1.1, < 3)
7375
unicode-display_width (2.5.0)
@@ -79,7 +81,7 @@ PLATFORMS
7981

8082
DEPENDENCIES
8183
jekyll (~> 4.3.3)
82-
just-the-docs (= 0.7.0)
84+
just-the-docs (= 0.8.2)
8385

8486
BUNDLED WITH
8587
2.3.26

0 commit comments

Comments
 (0)