Skip to content

Commit 02c2462

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-9789079
1 parent d7cd6c4 commit 02c2462

File tree

2 files changed

+25
-26
lines changed

2 files changed

+25
-26
lines changed

Gemfile

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem "minima"
1515
# If you have any plugins, put them here!
1616
group :jekyll_plugins do
1717
gem "jekyll-feed", "~> 0.12"
18-
gem 'jekyll-octicons'
18+
gem 'jekyll-octicons', '>= 14.2.0'
1919
gem 'jekyll-remote-theme'
2020
gem "jekyll-twitter-plugin"
2121
gem 'jekyll-relative-links'

Gemfile.lock

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ GEM
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
10+
addressable (2.8.7)
11+
public_suffix (>= 2.0.2, < 7.0)
1212
colorator (1.1.0)
13-
concurrent-ruby (1.1.7)
14-
em-websocket (0.5.1)
13+
concurrent-ruby (1.3.5)
14+
em-websocket (0.5.3)
1515
eventmachine (>= 0.12.9)
16-
http_parser.rb (~> 0.6.0)
16+
http_parser.rb (~> 0)
1717
eventmachine (1.2.7)
1818
execjs (2.7.0)
1919
faraday (0.17.3)
2020
multipart-post (>= 1.2, < 3)
21-
ffi (1.13.1)
21+
ffi (1.17.2)
2222
forwardable-extended (2.6.0)
2323
gemoji (3.0.1)
2424
html-pipeline (2.14.0)
2525
activesupport (>= 2)
2626
nokogiri (>= 1.4)
27-
http_parser.rb (0.6.0)
28-
i18n (1.8.5)
27+
http_parser.rb (0.8.0)
28+
i18n (1.14.7)
2929
concurrent-ruby (~> 1.0)
3030
jekyll (4.1.1)
3131
addressable (~> 2.4)
@@ -46,9 +46,9 @@ GEM
4646
jekyll (>= 3.7, < 5.0)
4747
jekyll-gist (1.5.0)
4848
octokit (~> 4.2)
49-
jekyll-octicons (11.0.0)
49+
jekyll-octicons (19.8.0)
5050
jekyll (>= 3.6, < 5.0)
51-
octicons (= 11.0.0)
51+
octicons (= 19.8.0)
5252
jekyll-paginate (1.1.0)
5353
jekyll-relative-links (0.6.1)
5454
jekyll (>= 3.3, < 5.0)
@@ -57,7 +57,7 @@ GEM
5757
jekyll (>= 3.5, < 5.0)
5858
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
5959
rubyzip (>= 1.3.0, < 3.0)
60-
jekyll-sass-converter (2.1.0)
60+
jekyll-sass-converter (2.2.0)
6161
sassc (> 2.0.1, < 3.0)
6262
jekyll-seo-tag (2.6.1)
6363
jekyll (>= 3.3, < 5.0)
@@ -75,15 +75,15 @@ GEM
7575
jekyll (>= 3.0, < 5.0)
7676
katex (0.6.0)
7777
execjs (~> 2.7)
78-
kramdown (2.3.1)
79-
rexml
78+
kramdown (2.5.1)
79+
rexml (>= 3.3.9)
8080
kramdown-math-katex (1.0.1)
8181
katex (~> 0.4)
8282
kramdown (~> 2.0)
8383
kramdown-parser-gfm (1.1.0)
8484
kramdown (~> 2.0)
85-
liquid (4.0.3)
86-
listen (3.2.1)
85+
liquid (4.0.4)
86+
listen (3.9.0)
8787
rb-fsevent (~> 0.10, >= 0.10.3)
8888
rb-inotify (~> 0.9, >= 0.9.10)
8989
mercenary (0.4.0)
@@ -94,23 +94,22 @@ GEM
9494
jekyll-seo-tag (~> 2.1)
9595
minitest (5.14.2)
9696
multipart-post (2.1.1)
97-
nokogiri (1.18.3)
97+
nokogiri (1.15.7)
9898
mini_portile2 (~> 2.8.2)
9999
racc (~> 1.4)
100-
octicons (11.0.0)
101-
nokogiri (>= 1.6.3.1)
100+
octicons (19.8.0)
102101
octokit (4.18.0)
103102
faraday (>= 0.9)
104103
sawyer (~> 0.8.0, >= 0.5.3)
105104
pathutil (0.16.2)
106105
forwardable-extended (~> 2.6)
107-
public_suffix (4.0.6)
106+
public_suffix (5.1.1)
108107
racc (1.8.1)
109-
rb-fsevent (0.10.4)
110-
rb-inotify (0.10.1)
108+
rb-fsevent (0.11.2)
109+
rb-inotify (0.11.1)
111110
ffi (~> 1.0)
112-
rexml (3.3.9)
113-
rouge (3.23.0)
111+
rexml (3.4.1)
112+
rouge (3.30.0)
114113
rubyzip (2.3.0)
115114
safe_yaml (1.0.5)
116115
sassc (2.4.0)
@@ -125,7 +124,7 @@ GEM
125124
thread_safe (~> 0.1)
126125
tzinfo-data (1.2020.1)
127126
tzinfo (>= 1.0.0)
128-
unicode-display_width (1.7.0)
127+
unicode-display_width (1.8.0)
129128
wdm (0.1.1)
130129
zeitwerk (2.4.0)
131130

@@ -137,7 +136,7 @@ DEPENDENCIES
137136
jekyll (~> 4.1.0)
138137
jekyll-feed (~> 0.12)
139138
jekyll-gist
140-
jekyll-octicons
139+
jekyll-octicons (>= 14.2.0)
141140
jekyll-paginate
142141
jekyll-relative-links
143142
jekyll-remote-theme

0 commit comments

Comments
 (0)