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'
|
||||
|
||||
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'
|
||||
|
|
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue