Skip to content

Commit f53a7d3

Browse files
committedNov 8, 2018
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
1 parent d8e8027 commit f53a7d3

File tree

2 files changed

+163
-119
lines changed

2 files changed

+163
-119
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22

3-
gem 'github-pages'
3+
gem 'github-pages', '>= 150'

‎Gemfile.lock

+162-118
Original file line numberDiff line numberDiff line change
@@ -1,183 +1,227 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.8)
4+
activesupport (4.2.10)
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.5.2)
10+
public_suffix (>= 2.0.2, < 4.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.3)
19+
dnsruby (1.61.2)
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.11.0)
1725
ffi (>= 1.3.0)
26+
eventmachine (1.2.7)
1827
execjs (2.7.0)
19-
faraday (0.12.2)
28+
faraday (0.15.3)
2029
multipart-post (>= 1.2, < 3)
21-
ffi (1.9.18)
30+
ffi (1.9.25)
2231
forwardable-extended (2.6.0)
2332
gemoji (3.0.0)
24-
github-pages (150)
25-
activesupport (= 4.2.8)
26-
github-pages-health-check (= 1.3.5)
27-
jekyll (= 3.5.1)
28-
jekyll-avatar (= 0.4.2)
29-
jekyll-coffeescript (= 1.0.1)
33+
github-pages (192)
34+
activesupport (= 4.2.10)
35+
github-pages-health-check (= 1.8.1)
36+
jekyll (= 3.7.4)
37+
jekyll-avatar (= 0.6.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.5)
3040
jekyll-default-layout (= 0.1.4)
31-
jekyll-feed (= 0.9.2)
32-
jekyll-gist (= 1.4.1)
33-
jekyll-github-metadata (= 2.6.0)
34-
jekyll-mentions (= 1.2.0)
35-
jekyll-optional-front-matter (= 0.2.0)
41+
jekyll-feed (= 0.10.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.9.4)
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.1)
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.5.3)
50+
jekyll-remote-theme (= 0.3.1)
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.4.0)
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.4.0)
58-
jemoji (= 0.8.0)
59-
kramdown (= 1.13.2)
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.1)
70+
kramdown (= 1.17.0)
6071
liquid (= 4.0.0)
61-
listen (= 3.0.6)
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.8.2, < 2.0)
76+
rouge (= 2.2.1)
6577
terminal-table (~> 1.4)
66-
github-pages-health-check (1.3.5)
78+
github-pages-health-check (1.8.1)
6779
addressable (~> 2.3)
68-
net-dns (~> 0.8)
80+
dnsruby (~> 1.60)
6981
octokit (~> 4.0)
7082
public_suffix (~> 2.0)
71-
typhoeus (~> 0.7)
72-
html-pipeline (2.6.0)
83+
typhoeus (~> 1.3)
84+
html-pipeline (2.8.4)
7385
activesupport (>= 2)
7486
nokogiri (>= 1.4)
75-
i18n (0.8.6)
76-
jekyll (3.5.1)
87+
http_parser.rb (0.6.0)
88+
i18n (0.9.5)
89+
concurrent-ruby (~> 1.0)
90+
jekyll (3.7.4)
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)
96+
jekyll-watch (~> 2.0)
97+
kramdown (~> 1.14)
8298
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.2.0)
109+
commonmarker (~> 0.14)
110+
jekyll (>= 3.0, < 4.0)
111+
jekyll-commonmark-ghpages (0.1.5)
112+
commonmarker (~> 0.17.6)
113+
jekyll-commonmark (~> 1)
114+
rouge (~> 2)
91115
jekyll-default-layout (0.1.4)
92116
jekyll (~> 3.0)
93-
jekyll-feed (0.9.2)
117+
jekyll-feed (0.10.0)
94118
jekyll (~> 3.3)
95-
jekyll-gist (1.4.1)
119+
jekyll-gist (1.5.0)
96120
octokit (~> 4.2)
97-
jekyll-github-metadata (2.6.0)
121+
jekyll-github-metadata (2.9.4)
98122
jekyll (~> 3.1)
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.2.0)
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.1)
134+
jekyll-relative-links (0.5.3)
112135
jekyll (~> 3.3)
113-
jekyll-sass-converter (1.5.0)
136+
jekyll-remote-theme (0.3.1)
137+
jekyll (~> 3.5)
138+
rubyzip (>= 1.2.1, < 3.0)
139+
jekyll-sass-converter (1.5.2)
114140
sass (~> 3.4)
115-
jekyll-seo-tag (2.2.3)
141+
jekyll-seo-tag (2.5.0)
116142
jekyll (~> 3.3)
117-
jekyll-sitemap (1.0.0)
143+
jekyll-sitemap (1.2.0)
118144
jekyll (~> 3.3)
119145
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.4.0)
146+
jekyll-theme-architect (0.1.1)
139147
jekyll (~> 3.5)
140-
jekyll-seo-tag (~> 2.2)
141-
jekyll-theme-slate (0.0.4)
142-
jekyll (~> 3.3)
143-
jekyll-theme-tactile (0.0.4)
144-
jekyll (~> 3.3)
145-
jekyll-theme-time-machine (0.0.4)
146-
jekyll (~> 3.3)
147-
jekyll-titles-from-headings (0.4.0)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-cayman (0.1.1)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-dinky (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-hacker (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-leap-day (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-merlot (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-midnight (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-minimal (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-modernist (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-primer (0.5.3)
174+
jekyll (~> 3.5)
175+
jekyll-github-metadata (~> 2.9)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-slate (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-tactile (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-time-machine (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-titles-from-headings (0.5.1)
148187
jekyll (~> 3.3)
149-
jekyll-watch (1.5.0)
150-
listen (~> 3.0, < 3.1)
151-
jemoji (0.8.0)
152-
activesupport (~> 4.0)
188+
jekyll-watch (2.1.2)
189+
listen (~> 3.0)
190+
jemoji (0.10.1)
153191
gemoji (~> 3.0)
154192
html-pipeline (~> 2.2)
155-
jekyll (>= 3.0)
156-
kramdown (1.13.2)
193+
jekyll (~> 3.0)
194+
kramdown (1.17.0)
157195
liquid (4.0.0)
158-
listen (3.0.6)
159-
rb-fsevent (>= 0.9.3)
160-
rb-inotify (>= 0.9.7)
196+
listen (3.1.5)
197+
rb-fsevent (~> 0.9, >= 0.9.4)
198+
rb-inotify (~> 0.9, >= 0.9.7)
199+
ruby_dep (~> 1.2)
161200
mercenary (0.3.6)
162201
mini_portile2 (2.3.0)
163-
minima (2.1.1)
164-
jekyll (~> 3.3)
165-
minitest (5.10.3)
202+
minima (2.5.0)
203+
jekyll (~> 3.5)
204+
jekyll-feed (~> 0.9)
205+
jekyll-seo-tag (~> 2.1)
206+
minitest (5.11.3)
166207
multipart-post (2.0.0)
167-
net-dns (0.8.0)
168-
nokogiri (1.8.2)
208+
nokogiri (1.8.5)
169209
mini_portile2 (~> 2.3.0)
170-
octokit (4.7.0)
210+
octokit (4.13.0)
171211
sawyer (~> 0.8.0, >= 0.5.3)
172-
pathutil (0.14.0)
212+
pathutil (0.16.2)
173213
forwardable-extended (~> 2.6)
174214
public_suffix (2.0.5)
175-
rb-fsevent (0.10.2)
215+
rb-fsevent (0.10.3)
176216
rb-inotify (0.9.10)
177217
ffi (>= 0.5.0, < 2)
178-
rouge (1.11.1)
218+
rouge (2.2.1)
219+
ruby-enum (0.7.2)
220+
i18n
221+
ruby_dep (1.5.0)
222+
rubyzip (1.2.2)
179223
safe_yaml (1.0.4)
180-
sass (3.5.1)
224+
sass (3.7.1)
181225
sass-listen (~> 4.0.0)
182226
sass-listen (4.0.0)
183227
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -188,17 +232,17 @@ GEM
188232
terminal-table (1.8.0)
189233
unicode-display_width (~> 1.1, >= 1.1.1)
190234
thread_safe (0.3.6)
191-
typhoeus (0.8.0)
192-
ethon (>= 0.8.0)
193-
tzinfo (1.2.3)
235+
typhoeus (1.3.1)
236+
ethon (>= 0.9.0)
237+
tzinfo (1.2.5)
194238
thread_safe (~> 0.1)
195-
unicode-display_width (1.3.0)
239+
unicode-display_width (1.4.0)
196240

197241
PLATFORMS
198242
ruby
199243

200244
DEPENDENCIES
201-
github-pages
245+
github-pages (>= 150)
202246

203247
BUNDLED WITH
204-
1.16.1
248+
1.16.6

0 commit comments

Comments
 (0)
Please sign in to comment.