diff options
author | Prefetch | 2024-09-08 22:02:56 +0200 |
---|---|---|
committer | Prefetch | 2024-09-08 22:02:56 +0200 |
commit | 05f779c72d987d0c2a060f93c9493c86b109587c (patch) | |
tree | 67bb08c87ea472f0ea0f7dabf803986670a7bf83 /Gemfile | |
parent | dee3ce1536168c9ed5c8c90d8008073afdb51cb9 (diff) |
Fix build and update configuration
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ source "https://rubygems.org" gem "jekyll" gem "webrick" gem "json" +gem "erb" # https://github.com/rubyjs/mini_racer gem "mini_racer" |