Skip to content

Commit 3217c49

Browse files
Merge pull request #5 from FEASTorg/dependabot/bundler/just-the-docs-0.12.0
chore(deps): bump just-the-docs from 0.11.1 to 0.12.0
2 parents e021e80 + 80ca964 commit 3217c49

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source "https://rubygems.org"
99
# Happy Jekylling!
1010
gem "jekyll", "~> 4.4.1"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12-
gem "just-the-docs", "0.11.1" # pinned to the current release
12+
gem "just-the-docs", "0.12.0" # pinned to the current release
1313
# gem "just-the-docs" # always download the latest release
1414

1515
# Explicitly include plugins referenced in _config.yml

Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ GEM
1616
ffi (1.17.3-x86_64-linux-gnu)
1717
fiddle (1.1.8)
1818
forwardable-extended (2.6.0)
19-
google-protobuf (4.33.2-x64-mingw-ucrt)
19+
google-protobuf (4.33.4-x64-mingw-ucrt)
2020
bigdecimal
2121
rake (>= 13)
22-
google-protobuf (4.33.2-x86_64-linux-gnu)
22+
google-protobuf (4.33.4-x86_64-linux-gnu)
2323
bigdecimal
2424
rake (>= 13)
2525
http_parser.rb (0.8.0)
@@ -61,17 +61,18 @@ GEM
6161
jekyll-watch (2.2.1)
6262
listen (~> 3.0)
6363
json (2.18.0)
64-
just-the-docs (0.11.1)
64+
just-the-docs (0.12.0)
6565
jekyll (>= 3.8.5)
6666
jekyll-include-cache
6767
jekyll-seo-tag (>= 2.0)
6868
rake (>= 12.3.1)
69-
kramdown (2.5.1)
70-
rexml (>= 3.3.9)
69+
kramdown (2.5.2)
70+
rexml (>= 3.4.4)
7171
kramdown-parser-gfm (1.1.0)
7272
kramdown (~> 2.0)
7373
liquid (4.0.4)
74-
listen (3.9.0)
74+
listen (3.10.0)
75+
logger
7576
rb-fsevent (~> 0.10, >= 0.10.3)
7677
rb-inotify (~> 0.9, >= 0.9.10)
7778
logger (1.7.0)
@@ -86,9 +87,9 @@ GEM
8687
rexml (3.4.4)
8788
rouge (4.7.0)
8889
safe_yaml (1.0.5)
89-
sass-embedded (1.97.1-x64-mingw-ucrt)
90+
sass-embedded (1.97.3-x64-mingw-ucrt)
9091
google-protobuf (~> 4.31)
91-
sass-embedded (1.97.1-x86_64-linux-gnu)
92+
sass-embedded (1.97.3-x86_64-linux-gnu)
9293
google-protobuf (~> 4.31)
9394
terminal-table (3.0.2)
9495
unicode-display_width (>= 1.1.1, < 3)
@@ -113,7 +114,7 @@ DEPENDENCIES
113114
jekyll-relative-links (~> 0.6)
114115
jekyll-seo-tag
115116
jekyll-titles-from-headings (~> 0.5)
116-
just-the-docs (= 0.11.1)
117+
just-the-docs (= 0.12.0)
117118
logger (~> 1.4)
118119
tzinfo (>= 1, < 3)
119120
tzinfo-data

0 commit comments

Comments
 (0)