Skip to content

Commit 256a2a4

Browse files
author
José Valim
committed
Remove warnings when running jekyll, closeselixir-lang#1035
1 parent ed4fb99 commit 256a2a4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

‎Gemfile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source'https://rubygems.org'
22

33
gem'github-pages'
4+
gem'json','>= 2.0.0'

‎Gemfile.lock‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ GEM
153153
gemoji (~>3.0)
154154
html-pipeline (~>2.2)
155155
jekyll (>=3.0)
156+
json (2.1.0)
156157
kramdown (1.13.2)
157158
liquid (4.0.0)
158159
listen (3.0.6)
@@ -199,6 +200,7 @@ PLATFORMS
199200

200201
DEPENDENCIES
201202
github-pages
203+
json (>=2.0.0)
202204

203205
BUNDLED WITH
204206
1.15.3

‎_config.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kramdown:
44
input: GFM
55
hard_wrap: false
66
repository: elixir-lang/elixir-lang.github.com
7-
gems:
7+
plugins:
88
- jemoji
99
- jekyll-sitemap
1010
- jekyll-redirect-from

0 commit comments

Comments
(0)