We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cd3f4 commit c0e76eeCopy full SHA for c0e76ee
Gemfile
@@ -9,5 +9,7 @@ group :jekyll_plugins do
9
gem 'jekyll-autoprefixer'
10
end
11
12
+gem 'execjs', '2.7'
13
+
14
# Add webrick gem for local development
15
gem 'webrick'
Gemfile.lock
@@ -11,7 +11,7 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
- execjs (2.8.0)
+ execjs (2.7.0)
ffi (1.15.0)
16
forwardable-extended (2.6.0)
17
http_parser.rb (0.6.0)
@@ -73,6 +73,7 @@ PLATFORMS
73
x86_64-linux
74
75
DEPENDENCIES
76
+ execjs (= 2.7)
77
jekyll
78
jekyll-autoprefixer
79
jekyll-feed
0 commit comments