Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit 7cf8c05

Browse files
committed
Update dependencies
1 parent 6b69712 commit 7cf8c05

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

Gemfile.lock

+22-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
addressable (2.3.8)
45
blankslate (2.1.2.4)
56
classifier-reborn (2.0.4)
67
fast-stemmer (~> 1.0)
78
coffee-script (2.4.1)
89
coffee-script-source
910
execjs
10-
coffee-script-source (1.9.1.1)
11+
coffee-script-source (1.10.0)
1112
colorator (0.1)
1213
execjs (2.6.0)
14+
faraday (0.9.2)
15+
multipart-post (>= 1.2, < 3)
1316
fast-stemmer (1.0.2)
1417
ffi (1.9.10)
1518
ffi (1.9.10-x64-mingw32)
@@ -30,19 +33,23 @@ GEM
3033
toml (~> 0.1.0)
3134
jekyll-coffeescript (1.0.1)
3235
coffee-script (~> 2.2)
33-
jekyll-gist (1.3.5)
36+
jekyll-gist (1.4.0)
37+
octokit (~> 4.2)
3438
jekyll-paginate (1.1.0)
35-
jekyll-sass-converter (1.3.0)
36-
sass (~> 3.2)
39+
jekyll-sass-converter (1.4.0)
40+
sass (~> 3.4)
3741
jekyll-sitemap (0.9.0)
38-
jekyll-watch (1.3.0)
42+
jekyll-watch (1.3.1)
3943
listen (~> 3.0)
4044
kramdown (1.9.0)
4145
liquid (2.6.3)
42-
listen (3.0.4)
46+
listen (3.0.5)
4347
rb-fsevent (>= 0.9.3)
4448
rb-inotify (>= 0.9)
4549
mercenary (0.3.5)
50+
multipart-post (2.0.0)
51+
octokit (4.2.0)
52+
sawyer (~> 0.6.0, >= 0.5.3)
4653
octopress (3.0.11)
4754
jekyll (>= 2.0)
4855
mercenary (~> 0.3.2)
@@ -63,12 +70,15 @@ GEM
6370
pygments.rb (0.6.3)
6471
posix-spawn (~> 0.3.6)
6572
yajl-ruby (~> 1.2.0)
66-
rb-fsevent (0.9.6)
73+
rb-fsevent (0.9.7)
6774
rb-inotify (0.9.5)
6875
ffi (>= 0.5.0)
69-
redcarpet (3.3.3)
76+
redcarpet (3.3.4)
7077
safe_yaml (1.0.4)
71-
sass (3.4.19)
78+
sass (3.4.21)
79+
sawyer (0.6.0)
80+
addressable (~> 2.3.5)
81+
faraday (~> 0.8, < 0.10)
7282
titlecase (0.1.1)
7383
toml (0.1.2)
7484
parslet (~> 1.5.0)
@@ -82,3 +92,6 @@ DEPENDENCIES
8292
jekyll (= 2.5.3)
8393
jekyll-sitemap
8494
octopress (~> 3.0)
95+
96+
BUNDLED WITH
97+
1.11.2

0 commit comments

Comments
 (0)