Fixed compile issues

This commit is contained in:
2021-12-05 11:43:08 +01:00
parent e279ee0b93
commit 7f7e0c77bb
2 changed files with 5 additions and 5 deletions

View File

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