Skip to content

Commit 56e9669

Browse files
hedgeskydoomspork
authored andcommitted
Update jekyll version to match github recommendations (#5)
* update jekyll version to match github recommendations * use github-pages gem * set target ruby version in travis config
1 parent 12c1417 commit 56e9669

File tree

3 files changed

+177
-50
lines changed

3 files changed

+177
-50
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ before_script:
1717
- gem install bundler
1818
- bundle install
1919

20+
before_install:
21+
- rvm install 2.2
22+
2023
script:
2124
- mix test
2225
- mix dogma

Gemfile

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

3-
gem 'jekyll', '= 2.4.0' # https://pages.github.com/versions/
3+
gem 'github-pages', '115'

Gemfile.lock

+173-49
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,201 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.3.8)
5-
blankslate (2.1.2.4)
6-
classifier-reborn (2.0.4)
7-
fast-stemmer (~> 1.0)
4+
activesupport (4.2.7)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
addressable (2.5.0)
11+
public_suffix (~> 2.0, >= 2.0.2)
812
coffee-script (2.4.1)
913
coffee-script-source
1014
execjs
11-
coffee-script-source (1.10.0)
12-
colorator (0.1)
13-
execjs (2.6.0)
14-
faraday (0.9.2)
15+
coffee-script-source (1.12.2)
16+
colorator (1.1.0)
17+
ethon (0.10.1)
18+
ffi (>= 1.3.0)
19+
execjs (2.7.0)
20+
faraday (0.11.0)
1521
multipart-post (>= 1.2, < 3)
16-
fast-stemmer (1.0.2)
17-
ffi (1.9.10)
18-
jekyll (2.4.0)
19-
classifier-reborn (~> 2.0)
20-
colorator (~> 0.1)
21-
jekyll-coffeescript (~> 1.0)
22-
jekyll-gist (~> 1.0)
23-
jekyll-paginate (~> 1.0)
22+
ffi (1.9.17)
23+
forwardable-extended (2.6.0)
24+
gemoji (2.1.0)
25+
github-pages (115)
26+
activesupport (= 4.2.7)
27+
github-pages-health-check (= 1.3.0)
28+
jekyll (= 3.3.1)
29+
jekyll-avatar (= 0.4.2)
30+
jekyll-coffeescript (= 1.0.1)
31+
jekyll-default-layout (= 0.1.4)
32+
jekyll-feed (= 0.8.0)
33+
jekyll-gist (= 1.4.0)
34+
jekyll-github-metadata (= 2.3.0)
35+
jekyll-mentions (= 1.2.0)
36+
jekyll-optional-front-matter (= 0.1.2)
37+
jekyll-paginate (= 1.1.0)
38+
jekyll-readme-index (= 0.0.3)
39+
jekyll-redirect-from (= 0.11.0)
40+
jekyll-relative-links (= 0.2.1)
41+
jekyll-sass-converter (= 1.3.0)
42+
jekyll-seo-tag (= 2.1.0)
43+
jekyll-sitemap (= 0.12.0)
44+
jekyll-swiss (= 0.4.0)
45+
jekyll-theme-architect (= 0.0.3)
46+
jekyll-theme-cayman (= 0.0.3)
47+
jekyll-theme-dinky (= 0.0.3)
48+
jekyll-theme-hacker (= 0.0.3)
49+
jekyll-theme-leap-day (= 0.0.3)
50+
jekyll-theme-merlot (= 0.0.3)
51+
jekyll-theme-midnight (= 0.0.3)
52+
jekyll-theme-minimal (= 0.0.3)
53+
jekyll-theme-modernist (= 0.0.3)
54+
jekyll-theme-primer (= 0.1.7)
55+
jekyll-theme-slate (= 0.0.3)
56+
jekyll-theme-tactile (= 0.0.3)
57+
jekyll-theme-time-machine (= 0.0.3)
58+
jekyll-titles-from-headings (= 0.1.4)
59+
jemoji (= 0.7.0)
60+
kramdown (= 1.11.1)
61+
liquid (= 3.0.6)
62+
listen (= 3.0.6)
63+
mercenary (~> 0.3)
64+
minima (= 2.0.0)
65+
nokogiri (= 1.6.8.1)
66+
rouge (= 1.11.1)
67+
terminal-table (~> 1.4)
68+
github-pages-health-check (1.3.0)
69+
addressable (~> 2.3)
70+
net-dns (~> 0.8)
71+
octokit (~> 4.0)
72+
public_suffix (~> 2.0)
73+
typhoeus (~> 0.7)
74+
html-pipeline (2.5.0)
75+
activesupport (>= 2)
76+
nokogiri (>= 1.4)
77+
i18n (0.7.0)
78+
jekyll (3.3.1)
79+
addressable (~> 2.4)
80+
colorator (~> 1.0)
2481
jekyll-sass-converter (~> 1.0)
2582
jekyll-watch (~> 1.1)
2683
kramdown (~> 1.3)
27-
liquid (~> 2.6.1)
84+
liquid (~> 3.0)
2885
mercenary (~> 0.3.3)
29-
pygments.rb (~> 0.6.0)
30-
redcarpet (~> 3.1)
86+
pathutil (~> 0.9)
87+
rouge (~> 1.7)
3188
safe_yaml (~> 1.0)
32-
toml (~> 0.1.0)
89+
jekyll-avatar (0.4.2)
90+
jekyll (~> 3.0)
3391
jekyll-coffeescript (1.0.1)
3492
coffee-script (~> 2.2)
93+
jekyll-default-layout (0.1.4)
94+
jekyll (~> 3.0)
95+
jekyll-feed (0.8.0)
96+
jekyll (~> 3.3)
3597
jekyll-gist (1.4.0)
3698
octokit (~> 4.2)
99+
jekyll-github-metadata (2.3.0)
100+
jekyll (~> 3.1)
101+
octokit (~> 4.0, != 4.4.0)
102+
jekyll-mentions (1.2.0)
103+
activesupport (~> 4.0)
104+
html-pipeline (~> 2.3)
105+
jekyll (~> 3.0)
106+
jekyll-optional-front-matter (0.1.2)
107+
jekyll (~> 3.0)
37108
jekyll-paginate (1.1.0)
38-
jekyll-sass-converter (1.4.0)
39-
sass (~> 3.4)
40-
jekyll-watch (1.3.0)
41-
listen (~> 3.0)
42-
kramdown (1.9.0)
43-
liquid (2.6.3)
44-
listen (3.0.5)
109+
jekyll-readme-index (0.0.3)
110+
jekyll (~> 3.0)
111+
jekyll-redirect-from (0.11.0)
112+
jekyll (>= 2.0)
113+
jekyll-relative-links (0.2.1)
114+
jekyll (~> 3.3)
115+
jekyll-sass-converter (1.3.0)
116+
sass (~> 3.2)
117+
jekyll-seo-tag (2.1.0)
118+
jekyll (~> 3.3)
119+
jekyll-sitemap (0.12.0)
120+
jekyll (~> 3.3)
121+
jekyll-swiss (0.4.0)
122+
jekyll-theme-architect (0.0.3)
123+
jekyll (~> 3.3)
124+
jekyll-theme-cayman (0.0.3)
125+
jekyll (~> 3.3)
126+
jekyll-theme-dinky (0.0.3)
127+
jekyll (~> 3.3)
128+
jekyll-theme-hacker (0.0.3)
129+
jekyll (~> 3.3)
130+
jekyll-theme-leap-day (0.0.3)
131+
jekyll (~> 3.3)
132+
jekyll-theme-merlot (0.0.3)
133+
jekyll (~> 3.3)
134+
jekyll-theme-midnight (0.0.3)
135+
jekyll (~> 3.3)
136+
jekyll-theme-minimal (0.0.3)
137+
jekyll (~> 3.3)
138+
jekyll-theme-modernist (0.0.3)
139+
jekyll (~> 3.3)
140+
jekyll-theme-primer (0.1.7)
141+
jekyll (~> 3.3)
142+
jekyll-theme-slate (0.0.3)
143+
jekyll (~> 3.3)
144+
jekyll-theme-tactile (0.0.3)
145+
jekyll (~> 3.3)
146+
jekyll-theme-time-machine (0.0.3)
147+
jekyll (~> 3.3)
148+
jekyll-titles-from-headings (0.1.4)
149+
jekyll (~> 3.3)
150+
jekyll-watch (1.5.0)
151+
listen (~> 3.0, < 3.1)
152+
jemoji (0.7.0)
153+
activesupport (~> 4.0)
154+
gemoji (~> 2.0)
155+
html-pipeline (~> 2.2)
156+
jekyll (>= 3.0)
157+
json (1.8.6)
158+
kramdown (1.11.1)
159+
liquid (3.0.6)
160+
listen (3.0.6)
45161
rb-fsevent (>= 0.9.3)
46-
rb-inotify (>= 0.9)
47-
mercenary (0.3.5)
162+
rb-inotify (>= 0.9.7)
163+
mercenary (0.3.6)
164+
mini_portile2 (2.1.0)
165+
minima (2.0.0)
166+
minitest (5.10.1)
48167
multipart-post (2.0.0)
49-
octokit (4.2.0)
50-
sawyer (~> 0.6.0, >= 0.5.3)
51-
parslet (1.5.0)
52-
blankslate (~> 2.0)
53-
posix-spawn (0.3.11)
54-
pygments.rb (0.6.3)
55-
posix-spawn (~> 0.3.6)
56-
yajl-ruby (~> 1.2.0)
57-
rb-fsevent (0.9.6)
58-
rb-inotify (0.9.5)
168+
net-dns (0.8.0)
169+
nokogiri (1.6.8.1)
170+
mini_portile2 (~> 2.1.0)
171+
octokit (4.6.2)
172+
sawyer (~> 0.8.0, >= 0.5.3)
173+
pathutil (0.14.0)
174+
forwardable-extended (~> 2.6)
175+
public_suffix (2.0.5)
176+
rb-fsevent (0.9.8)
177+
rb-inotify (0.9.7)
59178
ffi (>= 0.5.0)
60-
redcarpet (3.3.4)
179+
rouge (1.11.1)
61180
safe_yaml (1.0.4)
62-
sass (3.4.20)
63-
sawyer (0.6.0)
64-
addressable (~> 2.3.5)
65-
faraday (~> 0.8, < 0.10)
66-
toml (0.1.2)
67-
parslet (~> 1.5.0)
68-
yajl-ruby (1.2.1)
181+
sass (3.4.23)
182+
sawyer (0.8.1)
183+
addressable (>= 2.3.5, < 2.6)
184+
faraday (~> 0.8, < 1.0)
185+
terminal-table (1.7.3)
186+
unicode-display_width (~> 1.1.1)
187+
thread_safe (0.3.5)
188+
typhoeus (0.8.0)
189+
ethon (>= 0.8.0)
190+
tzinfo (1.2.2)
191+
thread_safe (~> 0.1)
192+
unicode-display_width (1.1.3)
69193

70194
PLATFORMS
71195
ruby
72196

73197
DEPENDENCIES
74-
jekyll (= 2.4.0)
198+
github-pages (= 115)
75199

76200
BUNDLED WITH
77-
1.10.6
201+
1.13.6

0 commit comments

Comments
 (0)