Skip to content

Commit 81df409

Browse files
Bump jekyll from 3.6.3 to 4.4.1 in /docs/_spec
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.6.3 to 4.4.1. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v3.6.3...v4.4.1) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 590691b commit 81df409

File tree

2 files changed

+56
-26
lines changed

2 files changed

+56
-26
lines changed

docs/_spec/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source "https://rubygems.org"
33
ruby "~> 2.7"
44

5-
gem "jekyll", "3.6.3"
5+
gem "jekyll", "4.4.1"
66
gem "webrick"
77
gem "rouge"
88
# gem 's3_website'

docs/_spec/Gemfile.lock

Lines changed: 55 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,84 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
67
colorator (1.1.0)
7-
ffi (1.15.5)
8+
concurrent-ruby (1.3.5)
9+
csv (3.3.2)
10+
em-websocket (0.5.3)
11+
eventmachine (>= 0.12.9)
12+
http_parser.rb (~> 0)
13+
eventmachine (1.2.7)
14+
ffi (1.17.1)
15+
ffi (1.17.1-x86_64-linux-gnu)
816
forwardable-extended (2.6.0)
9-
jekyll (3.6.3)
17+
google-protobuf (3.25.6)
18+
google-protobuf (3.25.6-x86_64-linux)
19+
http_parser.rb (0.8.0)
20+
i18n (1.14.7)
21+
concurrent-ruby (~> 1.0)
22+
jekyll (4.4.1)
1023
addressable (~> 2.4)
24+
base64 (~> 0.2)
1125
colorator (~> 1.0)
12-
jekyll-sass-converter (~> 1.0)
13-
jekyll-watch (~> 1.1)
14-
kramdown (~> 1.14)
26+
csv (~> 3.0)
27+
em-websocket (~> 0.5)
28+
i18n (~> 1.0)
29+
jekyll-sass-converter (>= 2.0, < 4.0)
30+
jekyll-watch (~> 2.0)
31+
json (~> 2.6)
32+
kramdown (~> 2.3, >= 2.3.1)
33+
kramdown-parser-gfm (~> 1.0)
1534
liquid (~> 4.0)
16-
mercenary (~> 0.3.3)
35+
mercenary (~> 0.3, >= 0.3.6)
1736
pathutil (~> 0.9)
18-
rouge (>= 1.7, < 3)
37+
rouge (>= 3.0, < 5.0)
1938
safe_yaml (~> 1.0)
20-
jekyll-sass-converter (1.5.2)
21-
sass (~> 3.4)
22-
jekyll-watch (1.5.1)
39+
terminal-table (>= 1.8, < 4.0)
40+
webrick (~> 1.7)
41+
jekyll-sass-converter (3.0.0)
42+
sass-embedded (~> 1.54)
43+
jekyll-watch (2.2.1)
2344
listen (~> 3.0)
24-
kramdown (1.17.0)
25-
liquid (4.0.3)
26-
listen (3.7.1)
45+
json (2.9.1)
46+
kramdown (2.5.1)
47+
rexml (>= 3.3.9)
48+
kramdown-parser-gfm (1.1.0)
49+
kramdown (~> 2.0)
50+
liquid (4.0.4)
51+
listen (3.9.0)
2752
rb-fsevent (~> 0.10, >= 0.10.3)
2853
rb-inotify (~> 0.9, >= 0.9.10)
29-
mercenary (0.3.6)
54+
mercenary (0.4.0)
3055
pathutil (0.16.2)
3156
forwardable-extended (~> 2.6)
32-
public_suffix (5.0.0)
57+
public_suffix (5.1.1)
58+
rake (13.2.1)
3359
rb-fsevent (0.11.2)
34-
rb-inotify (0.10.1)
60+
rb-inotify (0.11.1)
3561
ffi (~> 1.0)
3662
redcarpet (3.6.0)
37-
rouge (2.2.1)
63+
rexml (3.4.0)
64+
rouge (4.5.1)
3865
safe_yaml (1.0.5)
39-
sass (3.7.4)
40-
sass-listen (~> 4.0.0)
41-
sass-listen (4.0.0)
42-
rb-fsevent (~> 0.9, >= 0.9.4)
43-
rb-inotify (~> 0.9, >= 0.9.7)
66+
sass-embedded (1.63.6)
67+
google-protobuf (~> 3.23)
68+
rake (>= 13.0.0)
69+
sass-embedded (1.63.6-x86_64-linux-gnu)
70+
google-protobuf (~> 3.23)
71+
terminal-table (3.0.2)
72+
unicode-display_width (>= 1.1.1, < 3)
73+
unicode-display_width (2.6.0)
4474
webrick (1.9.1)
4575

4676
PLATFORMS
4777
ruby
4878
x86_64-linux
4979

5080
DEPENDENCIES
51-
jekyll (= 3.6.3)
81+
jekyll (= 4.4.1)
5282
redcarpet (= 3.6.0)
5383
rouge
5484
webrick

0 commit comments

Comments
 (0)