fix json install issue
This commit is contained in:
parent
f5eee30d75
commit
fb4e95ac70
2 changed files with 19 additions and 7 deletions
14
Gemfile
14
Gemfile
|
@ -1,14 +1,16 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem 'jekyll-sitemap'
|
gem 'jekyll-sitemap'
|
||||||
gem 'jemoji'
|
gem 'jemoji'
|
||||||
gem 'jekyll-redirect-from'
|
gem 'jekyll-redirect-from'
|
||||||
gem 'jekyll-paginate'
|
gem 'jekyll-paginate'
|
||||||
gem 'jekyll-compose'
|
gem 'jekyll-compose'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
gem 'json', github: 'flori/json', branch: 'v1.8'
|
||||||
|
|
||||||
gem 'font-awesome-sass'
|
gem 'font-awesome-sass'
|
||||||
gem 'kramdown'
|
gem 'kramdown'
|
||||||
gem 'rouge'
|
gem 'rouge'
|
||||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -1,3 +1,10 @@
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/flori/json.git
|
||||||
|
revision: 7f4cfd853f2c919d854fb95548a19980feff17e8
|
||||||
|
branch: v1.8
|
||||||
|
specs:
|
||||||
|
json (1.8.6)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -39,7 +46,6 @@ GEM
|
||||||
gemoji (~> 2.0)
|
gemoji (~> 2.0)
|
||||||
html-pipeline (~> 2.2)
|
html-pipeline (~> 2.2)
|
||||||
jekyll (>= 2.0)
|
jekyll (>= 2.0)
|
||||||
json (1.8.3)
|
|
||||||
kramdown (1.9.0)
|
kramdown (1.9.0)
|
||||||
liquid (3.0.6)
|
liquid (3.0.6)
|
||||||
listen (3.0.5)
|
listen (3.0.5)
|
||||||
|
@ -71,5 +77,9 @@ DEPENDENCIES
|
||||||
jekyll-redirect-from
|
jekyll-redirect-from
|
||||||
jekyll-sitemap
|
jekyll-sitemap
|
||||||
jemoji
|
jemoji
|
||||||
|
json!
|
||||||
kramdown
|
kramdown
|
||||||
rouge
|
rouge
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.15.3
|
||||||
|
|
Loading…
Reference in a new issue