Hopefully fixed issue with libv8 and mini_racer

This commit is contained in:
2022-03-06 10:19:25 +01:00
parent c5103438aa
commit bb2500699e
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@ source 'https://rubygems.org'
# gem 'github-pages', group: :jekyll_plugins
gem 'activesupport'
gem "actionview", ">= 5.2.4.2"
gem 'libv8-node'
gem 'mini_racer', "< 0.7.0"
# gem 'github-pages-health-check'
gem 'html-proofer', group: :development