Skip to content

Commit 77d00bf

Browse files
committed
update dependencies
this includes a security update for nokogiri
1 parent e91aa71 commit 77d00bf

File tree

1 file changed

+48
-35
lines changed

1 file changed

+48
-35
lines changed

Gemfile.lock

Lines changed: 48 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.6)
4+
activesupport (4.2.7)
55
i18n (~> 0.7)
66
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
@@ -11,45 +11,49 @@ GEM
1111
coffee-script (2.4.1)
1212
coffee-script-source
1313
execjs
14-
coffee-script-source (1.10.0)
14+
coffee-script-source (1.12.2)
1515
colorator (0.1)
16-
ethon (0.9.0)
16+
concurrent-ruby (1.0.5)
17+
ethon (0.11.0)
1718
ffi (>= 1.3.0)
1819
execjs (2.7.0)
19-
faraday (0.9.2)
20+
faraday (0.13.1)
2021
multipart-post (>= 1.2, < 3)
21-
ffi (1.9.13)
22+
ffi (1.9.18)
23+
ffi (1.9.18-x86-mingw32)
2224
gemoji (2.1.0)
23-
github-pages (86)
24-
github-pages-health-check (= 1.1.0)
25+
github-pages (92)
26+
activesupport (= 4.2.7)
27+
github-pages-health-check (= 1.2.0)
2528
jekyll (= 3.1.6)
2629
jekyll-coffeescript (= 1.0.1)
2730
jekyll-feed (= 0.5.1)
2831
jekyll-gist (= 1.4.0)
2932
jekyll-github-metadata (= 2.0.2)
3033
jekyll-mentions (= 1.1.3)
3134
jekyll-paginate (= 1.1.0)
32-
jekyll-redirect-from (= 0.10.0)
35+
jekyll-redirect-from (= 0.11.0)
3336
jekyll-sass-converter (= 1.3.0)
3437
jekyll-seo-tag (= 2.0.0)
3538
jekyll-sitemap (= 0.10.0)
36-
jemoji (= 0.6.2)
39+
jemoji (= 0.7.0)
3740
kramdown (= 1.11.1)
3841
liquid (= 3.0.6)
3942
listen (= 3.0.6)
4043
mercenary (~> 0.3)
4144
rouge (= 1.11.1)
4245
terminal-table (~> 1.4)
43-
github-pages-health-check (1.1.0)
46+
github-pages-health-check (1.2.0)
4447
addressable (~> 2.3)
4548
net-dns (~> 0.8)
4649
octokit (~> 4.0)
4750
public_suffix (~> 1.4)
4851
typhoeus (~> 0.7)
49-
html-pipeline (2.4.1)
50-
activesupport (>= 2, < 5)
52+
html-pipeline (2.7.1)
53+
activesupport (>= 2)
5154
nokogiri (>= 1.4)
52-
i18n (0.7.0)
55+
i18n (0.9.1)
56+
concurrent-ruby (~> 1.0)
5357
jekyll (3.1.6)
5458
colorator (~> 0.1)
5559
jekyll-sass-converter (~> 1.0)
@@ -71,16 +75,17 @@ GEM
7175
html-pipeline (~> 2.3)
7276
jekyll (~> 3.0)
7377
jekyll-paginate (1.1.0)
74-
jekyll-redirect-from (0.10.0)
78+
jekyll-redirect-from (0.11.0)
7579
jekyll (>= 2.0)
7680
jekyll-sass-converter (1.3.0)
7781
sass (~> 3.2)
7882
jekyll-seo-tag (2.0.0)
7983
jekyll (~> 3.1)
8084
jekyll-sitemap (0.10.0)
81-
jekyll-watch (1.4.0)
82-
listen (~> 3.0, < 3.1)
83-
jemoji (0.6.2)
85+
jekyll-watch (1.5.1)
86+
listen (~> 3.0)
87+
jemoji (0.7.0)
88+
activesupport (~> 4.0)
8489
gemoji (~> 2.0)
8590
html-pipeline (~> 2.2)
8691
jekyll (>= 3.0)
@@ -91,35 +96,43 @@ GEM
9196
rb-fsevent (>= 0.9.3)
9297
rb-inotify (>= 0.9.7)
9398
mercenary (0.3.6)
94-
mini_portile2 (2.1.0)
95-
minitest (5.9.0)
99+
mini_portile2 (2.3.0)
100+
minitest (5.11.1)
96101
multipart-post (2.0.0)
97102
net-dns (0.8.0)
98-
nokogiri (1.6.8)
99-
mini_portile2 (~> 2.1.0)
100-
pkg-config (~> 1.1.7)
101-
octokit (4.3.0)
102-
sawyer (~> 0.7.0, >= 0.5.3)
103-
pkg-config (1.1.7)
103+
nokogiri (1.8.1)
104+
mini_portile2 (~> 2.3.0)
105+
nokogiri (1.8.1-x86-mingw32)
106+
mini_portile2 (~> 2.3.0)
107+
octokit (4.8.0)
108+
sawyer (~> 0.8.0, >= 0.5.3)
104109
public_suffix (1.5.3)
105-
rb-fsevent (0.9.7)
106-
rb-inotify (0.9.7)
107-
ffi (>= 0.5.0)
110+
rb-fsevent (0.10.2)
111+
rb-inotify (0.9.10)
112+
ffi (>= 0.5.0, < 2)
108113
rouge (1.11.1)
114+
ruby_dep (1.5.0)
109115
safe_yaml (1.0.4)
110-
sass (3.4.22)
111-
sawyer (0.7.0)
112-
addressable (>= 2.3.5, < 2.5)
113-
faraday (~> 0.8, < 0.10)
114-
terminal-table (1.6.0)
115-
thread_safe (0.3.5)
116+
sass (3.5.5)
117+
sass-listen (~> 4.0.0)
118+
sass-listen (4.0.0)
119+
rb-fsevent (~> 0.9, >= 0.9.4)
120+
rb-inotify (~> 0.9, >= 0.9.7)
121+
sawyer (0.8.1)
122+
addressable (>= 2.3.5, < 2.6)
123+
faraday (~> 0.8, < 1.0)
124+
terminal-table (1.8.0)
125+
unicode-display_width (~> 1.1, >= 1.1.1)
126+
thread_safe (0.3.6)
116127
typhoeus (0.8.0)
117128
ethon (>= 0.8.0)
118-
tzinfo (1.2.2)
129+
tzinfo (1.2.4)
119130
thread_safe (~> 0.1)
131+
unicode-display_width (1.3.0)
120132

121133
PLATFORMS
122134
ruby
135+
x86-mingw32
123136

124137
DEPENDENCIES
125138
github-pages

0 commit comments

Comments
 (0)