Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4edd93

Browse files
authoredMay 10, 2024
Merge pull request #167 from secure-systems-lab/dependabot/bundler/jekyll-feed-0.17.0
Bump jekyll-feed from 0.15.1 to 0.17.0
2 parents 901a488 + c878c03 commit a4edd93

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
 

‎Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.6)
5+
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.8)
8-
em-websocket (0.5.2)
7+
concurrent-ruby (1.2.3)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.15.0)
12+
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
15-
i18n (1.8.10)
14+
http_parser.rb (0.8.0)
15+
i18n (1.14.5)
1616
concurrent-ruby (~> 1.0)
1717
jekyll (4.2.0)
1818
addressable (~> 2.4)
@@ -29,38 +29,38 @@ GEM
2929
rouge (~> 3.0)
3030
safe_yaml (~> 1.0)
3131
terminal-table (~> 2.0)
32-
jekyll-feed (0.15.1)
32+
jekyll-feed (0.17.0)
3333
jekyll (>= 3.7, < 5.0)
34-
jekyll-sass-converter (2.1.0)
34+
jekyll-sass-converter (2.2.0)
3535
sassc (> 2.0.1, < 3.0)
3636
jekyll-watch (2.2.1)
3737
listen (~> 3.0)
38-
kramdown (2.3.1)
38+
kramdown (2.4.0)
3939
rexml
4040
kramdown-parser-gfm (1.1.0)
4141
kramdown (~> 2.0)
42-
liquid (4.0.3)
43-
listen (3.5.1)
42+
liquid (4.0.4)
43+
listen (3.9.0)
4444
rb-fsevent (~> 0.10, >= 0.10.3)
4545
rb-inotify (~> 0.9, >= 0.9.10)
4646
mercenary (0.4.0)
4747
neat (4.0.0)
4848
thor (~> 0.19)
4949
pathutil (0.16.2)
5050
forwardable-extended (~> 2.6)
51-
public_suffix (4.0.6)
52-
rb-fsevent (0.10.4)
51+
public_suffix (5.0.5)
52+
rb-fsevent (0.11.2)
5353
rb-inotify (0.10.1)
5454
ffi (~> 1.0)
55-
rexml (3.2.5)
56-
rouge (3.26.0)
55+
rexml (3.2.6)
56+
rouge (3.30.0)
5757
safe_yaml (1.0.5)
5858
sassc (2.4.0)
5959
ffi (~> 1.9)
6060
terminal-table (2.0.0)
6161
unicode-display_width (~> 1.1, >= 1.1.1)
6262
thor (0.20.3)
63-
unicode-display_width (1.7.0)
63+
unicode-display_width (1.8.0)
6464
webrick (1.8.1)
6565

6666
PLATFORMS

0 commit comments

Comments
 (0)
Please sign in to comment.