Skip to content

Commit 6882a43

Browse files
authored
Merge pull request #12 from otwcode/dependabot/bundler/just-the-docs-0.12.0
Bump just-the-docs from 0.11.1 to 0.12.0
2 parents 70858a0 + 0e99940 commit 6882a43

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,7 +3,7 @@ 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
88

99
gem "jekyll-redirect-from"

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)
@@ -54,19 +54,21 @@ GEM
5454
jekyll-watch (2.2.1)
5555
listen (~> 3.0)
5656
json (2.18.0)
57-
just-the-docs (0.11.1)
57+
just-the-docs (0.12.0)
5858
jekyll (>= 3.8.5)
5959
jekyll-include-cache
6060
jekyll-seo-tag (>= 2.0)
6161
rake (>= 12.3.1)
62-
kramdown (2.5.1)
63-
rexml (>= 3.3.9)
62+
kramdown (2.5.2)
63+
rexml (>= 3.4.4)
6464
kramdown-parser-gfm (1.1.0)
6565
kramdown (~> 2.0)
6666
liquid (4.0.4)
67-
listen (3.9.0)
67+
listen (3.10.0)
68+
logger
6869
rb-fsevent (~> 0.10, >= 0.10.3)
6970
rb-inotify (~> 0.9, >= 0.9.10)
71+
logger (1.7.0)
7072
mercenary (0.4.0)
7173
pathutil (0.16.2)
7274
forwardable-extended (~> 2.6)
@@ -78,9 +80,9 @@ GEM
7880
rexml (3.4.4)
7981
rouge (4.7.0)
8082
safe_yaml (1.0.5)
81-
sass-embedded (1.97.1-arm64-darwin)
83+
sass-embedded (1.97.3-arm64-darwin)
8284
google-protobuf (~> 4.31)
83-
sass-embedded (1.97.1-x86_64-linux-gnu)
85+
sass-embedded (1.97.3-x86_64-linux-gnu)
8486
google-protobuf (~> 4.31)
8587
terminal-table (3.0.2)
8688
unicode-display_width (>= 1.1.1, < 3)
@@ -94,7 +96,7 @@ PLATFORMS
9496
DEPENDENCIES
9597
jekyll (~> 4.4.1)
9698
jekyll-redirect-from
97-
just-the-docs (= 0.11.1)
99+
just-the-docs (= 0.12.0)
98100

99101
BUNDLED WITH
100102
2.5.9

0 commit comments

Comments
 (0)