Skip to content

Commit

Permalink
Downgrade execjs gem due to error in new version
Browse files Browse the repository at this point in the history
See GitHub issue here: rails/execjs#99
  • Loading branch information
bradonomics committed May 11, 2021
1 parent b2cd3f4 commit c0e76ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ group :jekyll_plugins do
gem 'jekyll-autoprefixer'
end

gem 'execjs', '2.7'

# Add webrick gem for local development
gem 'webrick'
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
Expand Down Expand Up @@ -73,6 +73,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
execjs (= 2.7)
jekyll
jekyll-autoprefixer
jekyll-feed
Expand Down

0 comments on commit c0e76ee

Please sign in to comment.