Skip to content

Commit ae7983f

Browse files
committed
bump to pages gem v112
1 parent 22f31bd commit ae7983f

File tree

2 files changed

+44
-8
lines changed

2 files changed

+44
-8
lines changed

Gemfile.lock

Lines changed: 43 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GEM
1212
coffee-script (2.4.1)
1313
coffee-script-source
1414
execjs
15-
coffee-script-source (1.11.1)
15+
coffee-script-source (1.12.2)
1616
colorator (1.1.0)
1717
ethon (0.10.1)
1818
ffi (>= 1.3.0)
@@ -22,7 +22,7 @@ GEM
2222
ffi (1.9.14)
2323
forwardable-extended (2.6.0)
2424
gemoji (2.1.0)
25-
github-pages (109)
25+
github-pages (112)
2626
activesupport (= 4.2.7)
2727
github-pages-health-check (= 1.3.0)
2828
jekyll (= 3.3.1)
@@ -42,8 +42,20 @@ GEM
4242
jekyll-seo-tag (= 2.1.0)
4343
jekyll-sitemap (= 0.12.0)
4444
jekyll-swiss (= 0.4.0)
45-
jekyll-theme-primer (= 0.1.1)
46-
jekyll-titles-from-headings (= 0.1.2)
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.5)
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.3)
4759
jemoji (= 0.7.0)
4860
kramdown (= 1.11.1)
4961
liquid (= 3.0.6)
@@ -108,9 +120,33 @@ GEM
108120
jekyll-sitemap (0.12.0)
109121
jekyll (~> 3.3)
110122
jekyll-swiss (0.4.0)
111-
jekyll-theme-primer (0.1.1)
123+
jekyll-theme-architect (0.0.3)
112124
jekyll (~> 3.3)
113-
jekyll-titles-from-headings (0.1.2)
125+
jekyll-theme-cayman (0.0.3)
126+
jekyll (~> 3.3)
127+
jekyll-theme-dinky (0.0.3)
128+
jekyll (~> 3.3)
129+
jekyll-theme-hacker (0.0.3)
130+
jekyll (~> 3.3)
131+
jekyll-theme-leap-day (0.0.3)
132+
jekyll (~> 3.3)
133+
jekyll-theme-merlot (0.0.3)
134+
jekyll (~> 3.3)
135+
jekyll-theme-midnight (0.0.3)
136+
jekyll (~> 3.3)
137+
jekyll-theme-minimal (0.0.3)
138+
jekyll (~> 3.3)
139+
jekyll-theme-modernist (0.0.3)
140+
jekyll (~> 3.3)
141+
jekyll-theme-primer (0.1.5)
142+
jekyll (~> 3.3)
143+
jekyll-theme-slate (0.0.3)
144+
jekyll (~> 3.3)
145+
jekyll-theme-tactile (0.0.3)
146+
jekyll (~> 3.3)
147+
jekyll-theme-time-machine (0.0.3)
148+
jekyll (~> 3.3)
149+
jekyll-titles-from-headings (0.1.3)
114150
jekyll (~> 3.3)
115151
jekyll-watch (1.5.0)
116152
listen (~> 3.0, < 3.1)
@@ -143,7 +179,7 @@ GEM
143179
ffi (>= 0.5.0)
144180
rouge (1.11.1)
145181
safe_yaml (1.0.4)
146-
sass (3.4.22)
182+
sass (3.4.23)
147183
sawyer (0.8.1)
148184
addressable (>= 2.3.5, < 2.6)
149185
faraday (~> 0.8, < 1.0)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build: ## Build site with production settings and put deliverables in _site.
99
jekyll build
1010

1111
build-preview: ## Build site with drafts and future posts enabled.
12-
DISABLE_WHITELIST=1 jekyll build --drafts --future
12+
jekyll build --drafts --future
1313

1414
serve: ## Boot the development server.
1515
jekyll serve

0 commit comments

Comments
 (0)