Skip to content

Commit f73988d

Browse files
committed
try adding json gem dependency
1 parent 6dce6b8 commit f73988d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ version = JSON.parse(open('https://pages.github.com/versions.json').read)
77
ruby version['ruby']
88
gem 'github-pages', version['github-pages'], group: :jekyll_plugins
99
gem 'html-proofer', group: :htmlproofer
10+
gem 'json', group: :travis_ci

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ PLATFORMS
209209
DEPENDENCIES
210210
github-pages (= 116)
211211
html-proofer
212+
json
212213

213214
RUBY VERSION
214215
ruby 2.3.3p222

0 commit comments

Comments
 (0)