fix json install issue

This commit is contained in:
mose 2017-08-22 06:16:54 +08:00
parent f5eee30d75
commit fb4e95ac70
2 changed files with 19 additions and 7 deletions

14
Gemfile
View file

@ -1,14 +1,16 @@
source 'https://rubygems.org'
group :jekyll_plugins do
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'jemoji'
gem 'jekyll-redirect-from'
gem 'jekyll-paginate'
gem 'jekyll-compose'
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'jemoji'
gem 'jekyll-redirect-from'
gem 'jekyll-paginate'
gem 'jekyll-compose'
end
gem 'json', github: 'flori/json', branch: 'v1.8'
gem 'font-awesome-sass'
gem 'kramdown'
gem 'rouge'

View file

@ -1,3 +1,10 @@
GIT
remote: git://github.com/flori/json.git
revision: 7f4cfd853f2c919d854fb95548a19980feff17e8
branch: v1.8
specs:
json (1.8.6)
GEM
remote: https://rubygems.org/
specs:
@ -39,7 +46,6 @@ GEM
gemoji (~> 2.0)
html-pipeline (~> 2.2)
jekyll (>= 2.0)
json (1.8.3)
kramdown (1.9.0)
liquid (3.0.6)
listen (3.0.5)
@ -71,5 +77,9 @@ DEPENDENCIES
jekyll-redirect-from
jekyll-sitemap
jemoji
json!
kramdown
rouge
BUNDLED WITH
1.15.3