Skip to content

Commit c396891

Browse files
authored
Merge pull request #319 from sparanoid/dependabot/bundler/jekyll-4.3.1
2 parents f9481b0 + da5d5a5 commit c396891

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

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.2.2"
3+
gem "jekyll", "4.3.1"
44

55
group :development do
66
gem "jekyll-last-modified-at"

Gemfile.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.1)
5+
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.1.10)
88
em-websocket (0.5.3)
@@ -12,31 +12,32 @@ GEM
1212
ffi (1.15.5)
1313
forwardable-extended (2.6.0)
1414
http_parser.rb (0.8.0)
15-
i18n (1.10.0)
15+
i18n (1.12.0)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.2)
17+
jekyll (4.3.1)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
2121
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
22+
jekyll-sass-converter (>= 2.0, < 4.0)
2323
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.3)
24+
kramdown (~> 2.3, >= 2.3.1)
2525
kramdown-parser-gfm (~> 1.0)
2626
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
27+
mercenary (>= 0.3.6, < 0.5)
2828
pathutil (~> 0.9)
29-
rouge (~> 3.0)
29+
rouge (>= 3.0, < 5.0)
3030
safe_yaml (~> 1.0)
31-
terminal-table (~> 2.0)
31+
terminal-table (>= 1.8, < 4.0)
32+
webrick (~> 1.7)
3233
jekyll-last-modified-at (1.3.0)
3334
jekyll (>= 3.7, < 5.0)
3435
posix-spawn (~> 0.3.9)
3536
jekyll-sass-converter (2.2.0)
3637
sassc (> 2.0.1, < 3.0)
3738
jekyll-watch (2.2.1)
3839
listen (~> 3.0)
39-
kramdown (2.3.2)
40+
kramdown (2.4.0)
4041
rexml
4142
kramdown-parser-gfm (1.1.0)
4243
kramdown (~> 2.0)
@@ -49,30 +50,30 @@ GEM
4950
pathutil (0.16.2)
5051
forwardable-extended (~> 2.6)
5152
posix-spawn (0.3.15)
52-
public_suffix (4.0.6)
53-
rb-fsevent (0.11.1)
53+
public_suffix (5.0.0)
54+
rb-fsevent (0.11.2)
5455
rb-inotify (0.10.1)
5556
ffi (~> 1.0)
5657
rexml (3.2.5)
57-
rouge (3.28.0)
58+
rouge (4.0.0)
5859
safe_yaml (1.0.5)
5960
sassc (2.4.0)
6061
ffi (~> 1.9)
6162
stringex (2.8.5)
62-
terminal-table (2.0.0)
63-
unicode-display_width (~> 1.1, >= 1.1.1)
63+
terminal-table (3.0.2)
64+
unicode-display_width (>= 1.1.1, < 3)
6465
tzinfo (2.0.5)
6566
concurrent-ruby (~> 1.0)
6667
tzinfo-data (1.2022.3)
6768
tzinfo (>= 1.0.0)
68-
unicode-display_width (1.8.0)
69+
unicode-display_width (2.3.0)
6970
webrick (1.7.0)
7071

7172
PLATFORMS
7273
ruby
7374

7475
DEPENDENCIES
75-
jekyll (= 4.2.2)
76+
jekyll (= 4.3.1)
7677
jekyll-last-modified-at
7778
match_regex
7879
stringex

0 commit comments

Comments
 (0)