Skip to content

Commit b7c478c

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ADDRESSABLE-15924312
1 parent 5168f30 commit b7c478c

File tree

2 files changed

+33
-25
lines changed

2 files changed

+33
-25
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.3.0"
10+
gem "jekyll", "~> 4.4.0"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5", ">= 2.5.2"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

Gemfile.lock

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
6-
bigdecimal (3.2.3)
4+
addressable (2.9.0)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
base64 (0.3.0)
7+
bigdecimal (4.1.1)
78
colorator (1.1.0)
8-
concurrent-ruby (1.3.5)
9+
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)
1214
eventmachine (1.2.7)
13-
ffi (1.17.2)
14-
ffi (1.17.2-x86_64-darwin)
15+
ffi (1.17.4)
16+
ffi (1.17.4-x86_64-darwin)
1517
forwardable-extended (2.6.0)
16-
google-protobuf (4.32.1)
18+
google-protobuf (4.34.1)
1719
bigdecimal
18-
rake (>= 13)
19-
google-protobuf (4.32.1-x86_64-darwin)
20+
rake (~> 13.3)
21+
google-protobuf (4.34.1-x86_64-darwin)
2022
bigdecimal
21-
rake (>= 13)
22-
http_parser.rb (0.8.0)
23-
i18n (1.14.7)
23+
rake (~> 13.3)
24+
http_parser.rb (0.8.1)
25+
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,14 +51,17 @@ GEM
4651
jekyll (>= 3.8, < 5.0)
4752
jekyll-watch (2.2.1)
4853
listen (~> 3.0)
49-
kramdown (2.5.1)
50-
rexml (>= 3.3.9)
54+
json (2.19.3)
55+
kramdown (2.5.2)
56+
rexml (>= 3.4.4)
5157
kramdown-parser-gfm (1.1.0)
5258
kramdown (~> 2.0)
5359
liquid (4.0.4)
54-
listen (3.9.0)
60+
listen (3.10.0)
61+
logger
5562
rb-fsevent (~> 0.10, >= 0.10.3)
5663
rb-inotify (~> 0.9, >= 0.9.10)
64+
logger (1.7.0)
5765
mercenary (0.4.0)
5866
minima (2.5.2)
5967
jekyll (>= 3.5, < 5.0)
@@ -62,29 +70,29 @@ GEM
6270
pathutil (0.16.2)
6371
forwardable-extended (~> 2.6)
6472
public_suffix (6.0.2)
65-
rake (13.3.0)
73+
rake (13.3.1)
6674
rb-fsevent (0.11.2)
6775
rb-inotify (0.11.1)
6876
ffi (~> 1.0)
6977
rexml (3.4.4)
70-
rouge (4.6.0)
78+
rouge (4.7.0)
7179
safe_yaml (1.0.5)
72-
sass-embedded (1.92.1)
80+
sass-embedded (1.99.0)
7381
google-protobuf (~> 4.31)
7482
rake (>= 13)
75-
sass-embedded (1.92.1-x86_64-darwin)
83+
sass-embedded (1.99.0-x86_64-darwin)
7684
google-protobuf (~> 4.31)
7785
terminal-table (3.0.2)
7886
unicode-display_width (>= 1.1.1, < 3)
7987
unicode-display_width (2.6.0)
80-
webrick (1.8.2)
88+
webrick (1.9.2)
8189

8290
PLATFORMS
8391
ruby
8492
x86_64-darwin-19
8593

8694
DEPENDENCIES
87-
jekyll (~> 4.3.0)
95+
jekyll (~> 4.4.0)
8896
jekyll-feed (~> 0.16, >= 0.16.0)
8997
minima (~> 2.5, >= 2.5.2)
9098
tzinfo (~> 1.2)
@@ -93,4 +101,4 @@ DEPENDENCIES
93101
webrick (~> 1.8, >= 1.8.2)
94102

95103
BUNDLED WITH
96-
2.3.26
104+
2.3.27

0 commit comments

Comments
 (0)