Skip to content

Commit c43261f

Browse files
authored
Merge branch 'main' into dependabot/bundler/just-the-docs-0.12.0
2 parents 6175f51 + a95bea0 commit c43261f

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem "jekyll", "~> 4.3.4" # installed by `gem jekyll`
3+
gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
44
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

66
gem "just-the-docs", "0.12.0" # pinned to the current release

Gemfile.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ GEM
33
specs:
44
addressable (2.8.9)
55
public_suffix (>= 2.0.2, < 8.0)
6+
base64 (0.3.0)
67
bigdecimal (4.0.1)
78
colorator (1.1.0)
89
concurrent-ruby (1.3.6)
10+
csv (3.3.5)
911
em-websocket (0.5.3)
1012
eventmachine (>= 0.12.9)
1113
http_parser.rb (~> 0)
@@ -22,17 +24,20 @@ GEM
2224
http_parser.rb (0.8.1)
2325
i18n (1.14.8)
2426
concurrent-ruby (~> 1.0)
25-
jekyll (4.3.4)
27+
jekyll (4.4.1)
2628
addressable (~> 2.4)
29+
base64 (~> 0.2)
2730
colorator (~> 1.0)
31+
csv (~> 3.0)
2832
em-websocket (~> 0.5)
2933
i18n (~> 1.0)
3034
jekyll-sass-converter (>= 2.0, < 4.0)
3135
jekyll-watch (~> 2.0)
36+
json (~> 2.6)
3237
kramdown (~> 2.3, >= 2.3.1)
3338
kramdown-parser-gfm (~> 1.0)
3439
liquid (~> 4.0)
35-
mercenary (>= 0.3.6, < 0.5)
40+
mercenary (~> 0.3, >= 0.3.6)
3641
pathutil (~> 0.9)
3742
rouge (>= 3.0, < 5.0)
3843
safe_yaml (~> 1.0)
@@ -46,7 +51,8 @@ GEM
4651
jekyll (>= 3.8, < 5.0)
4752
jekyll-watch (2.2.1)
4853
listen (~> 3.0)
49-
just-the-docs (0.12.0)
54+
json (2.19.1)
55+
just-the-docs (0.8.2)
5056
jekyll (>= 3.8.5)
5157
jekyll-include-cache
5258
jekyll-seo-tag (>= 2.0)
@@ -86,8 +92,8 @@ PLATFORMS
8692
x86_64-linux
8793

8894
DEPENDENCIES
89-
jekyll (~> 4.3.4)
90-
just-the-docs (= 0.12.0)
95+
jekyll (~> 4.4.1)
96+
just-the-docs (= 0.8.2)
9197

9298
BUNDLED WITH
9399
2.5.9

0 commit comments

Comments
 (0)