Skip to content

Commit ee9ea07

Browse files
authored
Merge pull request spring-projects#19 from wilkinsona/fix-jekyll-deprecation-warnings
Upgrade github-pages gem to fix deprecation warnings
2 parents 48804ff + ce422b0 commit ee9ea07

File tree

1 file changed

+29
-35
lines changed

1 file changed

+29
-35
lines changed

Gemfile.lock

+29-35
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
RedCloth (4.2.9)
54
activesupport (4.2.6)
65
i18n (~> 0.7)
76
json (~> 1.7, >= 1.7.7)
@@ -14,48 +13,44 @@ GEM
1413
execjs
1514
coffee-script-source (1.10.0)
1615
colorator (0.1)
17-
ethon (0.8.1)
16+
ethon (0.9.0)
1817
ffi (>= 1.3.0)
19-
execjs (2.6.0)
18+
execjs (2.7.0)
2019
faraday (0.9.2)
2120
multipart-post (>= 1.2, < 3)
22-
ffi (1.9.10)
21+
ffi (1.9.13)
2322
gemoji (2.1.0)
24-
github-pages (75)
25-
RedCloth (= 4.2.9)
23+
github-pages (86)
2624
github-pages-health-check (= 1.1.0)
27-
jekyll (= 3.0.4)
25+
jekyll (= 3.1.6)
2826
jekyll-coffeescript (= 1.0.1)
2927
jekyll-feed (= 0.5.1)
3028
jekyll-gist (= 1.4.0)
31-
jekyll-github-metadata (= 1.11.1)
32-
jekyll-mentions (= 1.1.2)
29+
jekyll-github-metadata (= 2.0.2)
30+
jekyll-mentions (= 1.1.3)
3331
jekyll-paginate (= 1.1.0)
3432
jekyll-redirect-from (= 0.10.0)
3533
jekyll-sass-converter (= 1.3.0)
36-
jekyll-seo-tag (= 1.3.3)
34+
jekyll-seo-tag (= 2.0.0)
3735
jekyll-sitemap (= 0.10.0)
38-
jekyll-textile-converter (= 0.1.0)
3936
jemoji (= 0.6.2)
40-
kramdown (= 1.10.0)
37+
kramdown (= 1.11.1)
4138
liquid (= 3.0.6)
4239
listen (= 3.0.6)
4340
mercenary (~> 0.3)
44-
rdiscount (= 2.1.8)
45-
redcarpet (= 3.3.3)
46-
rouge (= 1.10.1)
41+
rouge (= 1.11.1)
4742
terminal-table (~> 1.4)
4843
github-pages-health-check (1.1.0)
4944
addressable (~> 2.3)
5045
net-dns (~> 0.8)
5146
octokit (~> 4.0)
5247
public_suffix (~> 1.4)
5348
typhoeus (~> 0.7)
54-
html-pipeline (2.4.0)
49+
html-pipeline (2.4.1)
5550
activesupport (>= 2, < 5)
5651
nokogiri (>= 1.4)
5752
i18n (0.7.0)
58-
jekyll (3.0.4)
53+
jekyll (3.1.6)
5954
colorator (~> 0.1)
6055
jekyll-sass-converter (~> 1.0)
6156
jekyll-watch (~> 1.1)
@@ -69,55 +64,54 @@ GEM
6964
jekyll-feed (0.5.1)
7065
jekyll-gist (1.4.0)
7166
octokit (~> 4.2)
72-
jekyll-github-metadata (1.11.1)
67+
jekyll-github-metadata (2.0.2)
68+
jekyll (~> 3.1)
7369
octokit (~> 4.0)
74-
jekyll-mentions (1.1.2)
70+
jekyll-mentions (1.1.3)
7571
html-pipeline (~> 2.3)
7672
jekyll (~> 3.0)
7773
jekyll-paginate (1.1.0)
7874
jekyll-redirect-from (0.10.0)
7975
jekyll (>= 2.0)
8076
jekyll-sass-converter (1.3.0)
8177
sass (~> 3.2)
82-
jekyll-seo-tag (1.3.3)
83-
jekyll (~> 3.0)
78+
jekyll-seo-tag (2.0.0)
79+
jekyll (~> 3.1)
8480
jekyll-sitemap (0.10.0)
85-
jekyll-textile-converter (0.1.0)
86-
RedCloth (~> 4.0)
87-
jekyll-watch (1.3.1)
88-
listen (~> 3.0)
81+
jekyll-watch (1.4.0)
82+
listen (~> 3.0, < 3.1)
8983
jemoji (0.6.2)
9084
gemoji (~> 2.0)
9185
html-pipeline (~> 2.2)
9286
jekyll (>= 3.0)
9387
json (1.8.3)
94-
kramdown (1.10.0)
88+
kramdown (1.11.1)
9589
liquid (3.0.6)
9690
listen (3.0.6)
9791
rb-fsevent (>= 0.9.3)
9892
rb-inotify (>= 0.9.7)
9993
mercenary (0.3.6)
100-
mini_portile2 (2.0.0)
101-
minitest (5.8.4)
94+
mini_portile2 (2.1.0)
95+
minitest (5.9.0)
10296
multipart-post (2.0.0)
10397
net-dns (0.8.0)
104-
nokogiri (1.6.7.2)
105-
mini_portile2 (~> 2.0.0.rc2)
98+
nokogiri (1.6.8)
99+
mini_portile2 (~> 2.1.0)
100+
pkg-config (~> 1.1.7)
106101
octokit (4.3.0)
107102
sawyer (~> 0.7.0, >= 0.5.3)
103+
pkg-config (1.1.7)
108104
public_suffix (1.5.3)
109105
rb-fsevent (0.9.7)
110106
rb-inotify (0.9.7)
111107
ffi (>= 0.5.0)
112-
rdiscount (2.1.8)
113-
redcarpet (3.3.3)
114-
rouge (1.10.1)
108+
rouge (1.11.1)
115109
safe_yaml (1.0.4)
116110
sass (3.4.22)
117111
sawyer (0.7.0)
118112
addressable (>= 2.3.5, < 2.5)
119113
faraday (~> 0.8, < 0.10)
120-
terminal-table (1.5.2)
114+
terminal-table (1.6.0)
121115
thread_safe (0.3.5)
122116
typhoeus (0.8.0)
123117
ethon (>= 0.8.0)
@@ -132,4 +126,4 @@ DEPENDENCIES
132126
rouge
133127

134128
BUNDLED WITH
135-
1.11.2
129+
1.12.5

0 commit comments

Comments
 (0)