Hopefully fixed issue with libv8 and mini_racer
This commit is contained in:
1
Gemfile
1
Gemfile
@ -2,6 +2,7 @@ source 'https://rubygems.org'
|
|||||||
# gem 'github-pages', group: :jekyll_plugins
|
# gem 'github-pages', group: :jekyll_plugins
|
||||||
gem 'activesupport'
|
gem 'activesupport'
|
||||||
gem "actionview", ">= 5.2.4.2"
|
gem "actionview", ">= 5.2.4.2"
|
||||||
|
gem 'libv8-node'
|
||||||
gem 'mini_racer', "< 0.7.0"
|
gem 'mini_racer', "< 0.7.0"
|
||||||
# gem 'github-pages-health-check'
|
# gem 'github-pages-health-check'
|
||||||
gem 'html-proofer', group: :development
|
gem 'html-proofer', group: :development
|
||||||
|
|||||||
@ -137,6 +137,7 @@ GEM
|
|||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
kramdown (~> 2.0)
|
kramdown (~> 2.0)
|
||||||
libv8-node (16.10.0.0)
|
libv8-node (16.10.0.0)
|
||||||
|
libv8-node (16.10.0.0-x86_64-linux)
|
||||||
liquid (4.0.3)
|
liquid (4.0.3)
|
||||||
listen (3.7.1)
|
listen (3.7.1)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
@ -158,6 +159,8 @@ GEM
|
|||||||
nokogiri (1.13.3)
|
nokogiri (1.13.3)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.0)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.13.3-x86_64-linux)
|
||||||
|
racc (~> 1.4)
|
||||||
octokit (4.18.0)
|
octokit (4.18.0)
|
||||||
faraday (>= 0.9)
|
faraday (>= 0.9)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
@ -224,6 +227,7 @@ GEM
|
|||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
actionview (>= 5.2.4.2)
|
actionview (>= 5.2.4.2)
|
||||||
@ -249,6 +253,7 @@ DEPENDENCIES
|
|||||||
jekyll-toc
|
jekyll-toc
|
||||||
jemoji
|
jemoji
|
||||||
kramdown
|
kramdown
|
||||||
|
libv8-node
|
||||||
liquid
|
liquid
|
||||||
listen
|
listen
|
||||||
loofah (>= 2.3.1)
|
loofah (>= 2.3.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user