Closed Ajedi32 closed 10 years ago
+1.
Adding gem "execjs-async"
to my Rails 4 Gemfile gives me
Bundler could not find compatible versions for gem "execjs":
In Gemfile:
execjs-async (>= 0) ruby depends on
execjs (~> 1.1.0) ruby
uglifier (>= 1.3.0) ruby depends on
execjs (2.0.2)
My tests have shown that the gem works fine with ExecJS v2, too.
+1
Merged the PR and cut a new version of the gem that supports the newest execjs: https://rubygems.org/gems/execjs-async/versions/0.1.0
Currently, execjs-async only supports ExecJS 1.1. It would be great if I could use the latest version of ExecJS with this gem.