Skip to content

Commit dad62bb

Browse files
hollenberrybeardofedu
authored andcommitted
Fix security vulnerabilities
⬆️ nokogiri fix: Gemfile.lock & Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-FFI-22037 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-72433 fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-459107 Bump nokogiri from 1.8.5 to 1.10.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.5 to 1.10.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.8.5...v1.10.5) Signed-off-by: dependabot[bot] <support@github.com> fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RUBYZIP-469156 fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-534637 build(deps): bump nokogiri from 1.10.5 to 1.10.8 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.10.5...v1.10.8) Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa2f8c1 commit dad62bb

2 files changed

Lines changed: 186 additions & 136 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages"
3+
gem "github-pages", ">= 200"
44
gem "minitest"
55
gem "test-unit"

Gemfile.lock

Lines changed: 185 additions & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -1,204 +1,254 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.8)
4+
activesupport (4.2.11.1)
55
i18n (~> 0.7)
66
minitest (~> 5.1)
77
thread_safe (~> 0.3, >= 0.3.4)
88
tzinfo (~> 1.1)
9-
addressable (2.5.1)
10-
public_suffix (~> 2.0, >= 2.0.2)
9+
addressable (2.7.0)
10+
public_suffix (>= 2.0.2, < 5.0)
1111
coffee-script (2.4.1)
1212
coffee-script-source
1313
execjs
14-
coffee-script-source (1.12.2)
14+
coffee-script-source (1.11.1)
1515
colorator (1.1.0)
16-
ethon (0.10.1)
16+
commonmarker (0.17.13)
17+
ruby-enum (~> 0.5)
18+
concurrent-ruby (1.1.5)
19+
dnsruby (1.61.3)
20+
addressable (~> 2.5)
21+
em-websocket (0.5.1)
22+
eventmachine (>= 0.12.9)
23+
http_parser.rb (~> 0.6.0)
24+
ethon (0.12.0)
1725
ffi (>= 1.3.0)
26+
eventmachine (1.2.7)
1827
execjs (2.7.0)
19-
faraday (0.12.1)
28+
faraday (0.17.0)
2029
multipart-post (>= 1.2, < 3)
21-
ffi (1.9.18)
30+
ffi (1.11.2)
2231
forwardable-extended (2.6.0)
23-
gemoji (3.0.0)
24-
github-pages (139)
25-
activesupport (= 4.2.8)
26-
github-pages-health-check (= 1.3.3)
27-
jekyll (= 3.4.3)
28-
jekyll-avatar (= 0.4.2)
29-
jekyll-coffeescript (= 1.0.1)
32+
gemoji (3.0.1)
33+
github-pages (202)
34+
activesupport (= 4.2.11.1)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.8.5)
37+
jekyll-avatar (= 0.6.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.6)
3040
jekyll-default-layout (= 0.1.4)
31-
jekyll-feed (= 0.9.2)
32-
jekyll-gist (= 1.4.0)
33-
jekyll-github-metadata (= 2.3.1)
34-
jekyll-mentions (= 1.2.0)
35-
jekyll-optional-front-matter (= 0.1.2)
41+
jekyll-feed (= 0.11.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.12.1)
44+
jekyll-mentions (= 1.4.1)
45+
jekyll-optional-front-matter (= 0.3.0)
3646
jekyll-paginate (= 1.1.0)
37-
jekyll-readme-index (= 0.1.0)
38-
jekyll-redirect-from (= 0.12.1)
39-
jekyll-relative-links (= 0.4.0)
40-
jekyll-sass-converter (= 1.5.0)
41-
jekyll-seo-tag (= 2.2.3)
42-
jekyll-sitemap (= 1.0.0)
47+
jekyll-readme-index (= 0.2.0)
48+
jekyll-redirect-from (= 0.14.0)
49+
jekyll-relative-links (= 0.6.0)
50+
jekyll-remote-theme (= 0.4.0)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.5.0)
53+
jekyll-sitemap (= 1.2.0)
4354
jekyll-swiss (= 0.4.0)
44-
jekyll-theme-architect (= 0.0.4)
45-
jekyll-theme-cayman (= 0.0.4)
46-
jekyll-theme-dinky (= 0.0.4)
47-
jekyll-theme-hacker (= 0.0.4)
48-
jekyll-theme-leap-day (= 0.0.4)
49-
jekyll-theme-merlot (= 0.0.4)
50-
jekyll-theme-midnight (= 0.0.4)
51-
jekyll-theme-minimal (= 0.0.4)
52-
jekyll-theme-modernist (= 0.0.4)
53-
jekyll-theme-primer (= 0.2.1)
54-
jekyll-theme-slate (= 0.0.4)
55-
jekyll-theme-tactile (= 0.0.4)
56-
jekyll-theme-time-machine (= 0.0.4)
57-
jekyll-titles-from-headings (= 0.1.5)
58-
jemoji (= 0.8.0)
59-
kramdown (= 1.13.2)
60-
liquid (= 3.0.6)
61-
listen (= 3.0.6)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.3)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.1)
69+
jemoji (= 0.10.2)
70+
kramdown (= 1.17.0)
71+
liquid (= 4.0.0)
72+
listen (= 3.1.5)
6273
mercenary (~> 0.3)
63-
minima (= 2.1.1)
64-
rouge (= 1.11.1)
74+
minima (= 2.5.0)
75+
nokogiri (>= 1.10.4, < 2.0)
76+
rouge (= 3.11.0)
6577
terminal-table (~> 1.4)
66-
github-pages-health-check (1.3.3)
78+
github-pages-health-check (1.16.1)
6779
addressable (~> 2.3)
68-
net-dns (~> 0.8)
80+
dnsruby (~> 1.60)
6981
octokit (~> 4.0)
70-
public_suffix (~> 2.0)
71-
typhoeus (~> 0.7)
72-
html-pipeline (2.6.0)
82+
public_suffix (~> 3.0)
83+
typhoeus (~> 1.3)
84+
html-pipeline (2.12.2)
7385
activesupport (>= 2)
7486
nokogiri (>= 1.4)
75-
i18n (0.8.4)
76-
jekyll (3.4.3)
87+
http_parser.rb (0.6.0)
88+
i18n (0.9.5)
89+
concurrent-ruby (~> 1.0)
90+
jekyll (3.8.5)
7791
addressable (~> 2.4)
7892
colorator (~> 1.0)
93+
em-websocket (~> 0.5)
94+
i18n (~> 0.7)
7995
jekyll-sass-converter (~> 1.0)
80-
jekyll-watch (~> 1.1)
81-
kramdown (~> 1.3)
82-
liquid (~> 3.0)
96+
jekyll-watch (~> 2.0)
97+
kramdown (~> 1.14)
98+
liquid (~> 4.0)
8399
mercenary (~> 0.3.3)
84100
pathutil (~> 0.9)
85-
rouge (~> 1.7)
101+
rouge (>= 1.7, < 4)
86102
safe_yaml (~> 1.0)
87-
jekyll-avatar (0.4.2)
103+
jekyll-avatar (0.6.0)
88104
jekyll (~> 3.0)
89-
jekyll-coffeescript (1.0.1)
105+
jekyll-coffeescript (1.1.1)
90106
coffee-script (~> 2.2)
107+
coffee-script-source (~> 1.11.1)
108+
jekyll-commonmark (1.3.1)
109+
commonmarker (~> 0.14)
110+
jekyll (>= 3.7, < 5.0)
111+
jekyll-commonmark-ghpages (0.1.6)
112+
commonmarker (~> 0.17.6)
113+
jekyll-commonmark (~> 1.2)
114+
rouge (>= 2.0, < 4.0)
91115
jekyll-default-layout (0.1.4)
92116
jekyll (~> 3.0)
93-
jekyll-feed (0.9.2)
117+
jekyll-feed (0.11.0)
94118
jekyll (~> 3.3)
95-
jekyll-gist (1.4.0)
119+
jekyll-gist (1.5.0)
96120
octokit (~> 4.2)
97-
jekyll-github-metadata (2.3.1)
98-
jekyll (~> 3.1)
121+
jekyll-github-metadata (2.12.1)
122+
jekyll (~> 3.4)
99123
octokit (~> 4.0, != 4.4.0)
100-
jekyll-mentions (1.2.0)
101-
activesupport (~> 4.0)
124+
jekyll-mentions (1.4.1)
102125
html-pipeline (~> 2.3)
103126
jekyll (~> 3.0)
104-
jekyll-optional-front-matter (0.1.2)
127+
jekyll-optional-front-matter (0.3.0)
105128
jekyll (~> 3.0)
106129
jekyll-paginate (1.1.0)
107-
jekyll-readme-index (0.1.0)
130+
jekyll-readme-index (0.2.0)
108131
jekyll (~> 3.0)
109-
jekyll-redirect-from (0.12.1)
132+
jekyll-redirect-from (0.14.0)
110133
jekyll (~> 3.3)
111-
jekyll-relative-links (0.4.0)
134+
jekyll-relative-links (0.6.0)
112135
jekyll (~> 3.3)
113-
jekyll-sass-converter (1.5.0)
136+
jekyll-remote-theme (0.4.0)
137+
addressable (~> 2.0)
138+
jekyll (~> 3.5)
139+
rubyzip (>= 1.2.1, < 3.0)
140+
jekyll-sass-converter (1.5.2)
114141
sass (~> 3.4)
115-
jekyll-seo-tag (2.2.3)
142+
jekyll-seo-tag (2.5.0)
116143
jekyll (~> 3.3)
117-
jekyll-sitemap (1.0.0)
144+
jekyll-sitemap (1.2.0)
118145
jekyll (~> 3.3)
119146
jekyll-swiss (0.4.0)
120-
jekyll-theme-architect (0.0.4)
121-
jekyll (~> 3.3)
122-
jekyll-theme-cayman (0.0.4)
123-
jekyll (~> 3.3)
124-
jekyll-theme-dinky (0.0.4)
125-
jekyll (~> 3.3)
126-
jekyll-theme-hacker (0.0.4)
127-
jekyll (~> 3.3)
128-
jekyll-theme-leap-day (0.0.4)
129-
jekyll (~> 3.3)
130-
jekyll-theme-merlot (0.0.4)
131-
jekyll (~> 3.3)
132-
jekyll-theme-midnight (0.0.4)
133-
jekyll (~> 3.3)
134-
jekyll-theme-minimal (0.0.4)
135-
jekyll (~> 3.3)
136-
jekyll-theme-modernist (0.0.4)
137-
jekyll (~> 3.3)
138-
jekyll-theme-primer (0.2.1)
139-
jekyll (~> 3.3)
140-
jekyll-theme-slate (0.0.4)
141-
jekyll (~> 3.3)
142-
jekyll-theme-tactile (0.0.4)
143-
jekyll (~> 3.3)
144-
jekyll-theme-time-machine (0.0.4)
145-
jekyll (~> 3.3)
146-
jekyll-titles-from-headings (0.1.5)
147-
jekyll (~> 3.3)
148-
jekyll-watch (1.5.0)
149-
listen (~> 3.0, < 3.1)
150-
jemoji (0.8.0)
151-
activesupport (~> 4.0)
147+
jekyll-theme-architect (0.1.1)
148+
jekyll (~> 3.5)
149+
jekyll-seo-tag (~> 2.0)
150+
jekyll-theme-cayman (0.1.1)
151+
jekyll (~> 3.5)
152+
jekyll-seo-tag (~> 2.0)
153+
jekyll-theme-dinky (0.1.1)
154+
jekyll (~> 3.5)
155+
jekyll-seo-tag (~> 2.0)
156+
jekyll-theme-hacker (0.1.1)
157+
jekyll (~> 3.5)
158+
jekyll-seo-tag (~> 2.0)
159+
jekyll-theme-leap-day (0.1.1)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-merlot (0.1.1)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-midnight (0.1.1)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-minimal (0.1.1)
169+
jekyll (~> 3.5)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-modernist (0.1.1)
172+
jekyll (~> 3.5)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-primer (0.5.3)
175+
jekyll (~> 3.5)
176+
jekyll-github-metadata (~> 2.9)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-theme-slate (0.1.1)
179+
jekyll (~> 3.5)
180+
jekyll-seo-tag (~> 2.0)
181+
jekyll-theme-tactile (0.1.1)
182+
jekyll (~> 3.5)
183+
jekyll-seo-tag (~> 2.0)
184+
jekyll-theme-time-machine (0.1.1)
185+
jekyll (~> 3.5)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-titles-from-headings (0.5.1)
188+
jekyll (~> 3.3)
189+
jekyll-watch (2.2.1)
190+
listen (~> 3.0)
191+
jemoji (0.10.2)
152192
gemoji (~> 3.0)
153193
html-pipeline (~> 2.2)
154-
jekyll (>= 3.0)
155-
kramdown (1.13.2)
156-
liquid (3.0.6)
157-
listen (3.0.6)
158-
rb-fsevent (>= 0.9.3)
159-
rb-inotify (>= 0.9.7)
194+
jekyll (~> 3.0)
195+
kramdown (1.17.0)
196+
liquid (4.0.0)
197+
listen (3.1.5)
198+
rb-fsevent (~> 0.9, >= 0.9.4)
199+
rb-inotify (~> 0.9, >= 0.9.7)
200+
ruby_dep (~> 1.2)
160201
mercenary (0.3.6)
161-
mini_portile2 (2.2.0)
162-
minima (2.1.1)
163-
jekyll (~> 3.3)
164-
minitest (5.10.1)
165-
multipart-post (2.0.0)
166-
net-dns (0.8.0)
167-
nokogiri (1.8.0)
168-
mini_portile2 (~> 2.2.0)
169-
octokit (4.7.0)
202+
mini_portile2 (2.4.0)
203+
minima (2.5.0)
204+
jekyll (~> 3.5)
205+
jekyll-feed (~> 0.9)
206+
jekyll-seo-tag (~> 2.1)
207+
minitest (5.13.0)
208+
multipart-post (2.1.1)
209+
nokogiri (1.10.8)
210+
mini_portile2 (~> 2.4.0)
211+
octokit (4.14.0)
170212
sawyer (~> 0.8.0, >= 0.5.3)
171-
pathutil (0.14.0)
213+
pathutil (0.16.2)
172214
forwardable-extended (~> 2.6)
173215
power_assert (0.2.6)
174-
public_suffix (2.0.5)
175-
rb-fsevent (0.9.8)
176-
rb-inotify (0.9.8)
177-
ffi (>= 0.5.0)
178-
rouge (1.11.1)
179-
safe_yaml (1.0.4)
180-
sass (3.4.24)
181-
sawyer (0.8.1)
182-
addressable (>= 2.3.5, < 2.6)
183-
faraday (~> 0.8, < 1.0)
216+
public_suffix (3.1.1)
217+
rb-fsevent (0.10.3)
218+
rb-inotify (0.10.0)
219+
ffi (~> 1.0)
220+
rouge (3.11.0)
221+
ruby-enum (0.7.2)
222+
i18n
223+
ruby_dep (1.5.0)
224+
rubyzip (2.0.0)
225+
safe_yaml (1.0.5)
226+
sass (3.7.4)
227+
sass-listen (~> 4.0.0)
228+
sass-listen (4.0.0)
229+
rb-fsevent (~> 0.9, >= 0.9.4)
230+
rb-inotify (~> 0.9, >= 0.9.7)
231+
sawyer (0.8.2)
232+
addressable (>= 2.3.5)
233+
faraday (> 0.8, < 2.0)
184234
terminal-table (1.8.0)
185235
unicode-display_width (~> 1.1, >= 1.1.1)
186236
test-unit (3.1.5)
187237
power_assert
188238
thread_safe (0.3.6)
189-
typhoeus (0.8.0)
190-
ethon (>= 0.8.0)
191-
tzinfo (1.2.3)
239+
typhoeus (1.3.1)
240+
ethon (>= 0.9.0)
241+
tzinfo (1.2.5)
192242
thread_safe (~> 0.1)
193-
unicode-display_width (1.2.1)
243+
unicode-display_width (1.6.0)
194244

195245
PLATFORMS
196246
ruby
197247

198248
DEPENDENCIES
199-
github-pages
249+
github-pages (>= 200)
200250
minitest
201251
test-unit
202252

203253
BUNDLED WITH
204-
1.14.6
254+
1.17.3

0 commit comments

Comments
 (0)