Skip to content

Commit 77275f0

Browse files
Bump jekyll from 3.6.3 to 4.3.4 in /docs/_spec
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.6.3 to 4.3.4. - [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.3.4) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8527a9b commit 77275f0

File tree

2 files changed

+49
-26
lines changed

2 files changed

+49
-26
lines changed

docs/_spec/Gemfile

+1-1
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.3.4"
66
gem "webrick"
77
gem "rouge"
88
# gem 's3_website'

docs/_spec/Gemfile.lock

+48-25
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,77 @@
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)
66
colorator (1.1.0)
7-
ffi (1.15.5)
7+
concurrent-ruby (1.3.4)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
eventmachine (1.2.7)
12+
ffi (1.17.0)
13+
ffi (1.17.0-x86_64-linux-gnu)
814
forwardable-extended (2.6.0)
9-
jekyll (3.6.3)
15+
google-protobuf (3.25.4)
16+
http_parser.rb (0.8.0)
17+
i18n (1.14.6)
18+
concurrent-ruby (~> 1.0)
19+
jekyll (4.3.4)
1020
addressable (~> 2.4)
1121
colorator (~> 1.0)
12-
jekyll-sass-converter (~> 1.0)
13-
jekyll-watch (~> 1.1)
14-
kramdown (~> 1.14)
22+
em-websocket (~> 0.5)
23+
i18n (~> 1.0)
24+
jekyll-sass-converter (>= 2.0, < 4.0)
25+
jekyll-watch (~> 2.0)
26+
kramdown (~> 2.3, >= 2.3.1)
27+
kramdown-parser-gfm (~> 1.0)
1528
liquid (~> 4.0)
16-
mercenary (~> 0.3.3)
29+
mercenary (>= 0.3.6, < 0.5)
1730
pathutil (~> 0.9)
18-
rouge (>= 1.7, < 3)
31+
rouge (>= 3.0, < 5.0)
1932
safe_yaml (~> 1.0)
20-
jekyll-sass-converter (1.5.2)
21-
sass (~> 3.4)
22-
jekyll-watch (1.5.1)
33+
terminal-table (>= 1.8, < 4.0)
34+
webrick (~> 1.7)
35+
jekyll-sass-converter (3.0.0)
36+
sass-embedded (~> 1.54)
37+
jekyll-watch (2.2.1)
2338
listen (~> 3.0)
24-
kramdown (1.17.0)
25-
liquid (4.0.3)
26-
listen (3.7.1)
39+
kramdown (2.4.0)
40+
rexml
41+
kramdown-parser-gfm (1.1.0)
42+
kramdown (~> 2.0)
43+
liquid (4.0.4)
44+
listen (3.9.0)
2745
rb-fsevent (~> 0.10, >= 0.10.3)
2846
rb-inotify (~> 0.9, >= 0.9.10)
29-
mercenary (0.3.6)
47+
mercenary (0.4.0)
3048
pathutil (0.16.2)
3149
forwardable-extended (~> 2.6)
32-
public_suffix (5.0.0)
50+
public_suffix (5.1.1)
51+
rake (13.2.1)
3352
rb-fsevent (0.11.2)
34-
rb-inotify (0.10.1)
53+
rb-inotify (0.11.1)
3554
ffi (~> 1.0)
3655
redcarpet (3.6.0)
37-
rouge (2.2.1)
56+
rexml (3.3.7)
57+
rouge (4.3.0)
3858
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)
59+
sass-embedded (1.63.6)
60+
google-protobuf (~> 3.23)
61+
rake (>= 13.0.0)
62+
sass-embedded (1.63.6-x86_64-linux-gnu)
63+
google-protobuf (~> 3.23)
64+
terminal-table (3.0.2)
65+
unicode-display_width (>= 1.1.1, < 3)
66+
unicode-display_width (2.6.0)
4467
webrick (1.8.1)
4568

4669
PLATFORMS
4770
ruby
4871
x86_64-linux
4972

5073
DEPENDENCIES
51-
jekyll (= 3.6.3)
74+
jekyll (= 4.3.4)
5275
redcarpet (= 3.6.0)
5376
rouge
5477
webrick

0 commit comments

Comments
 (0)