Add execjs and rubyracer to Gemfile, should resolve #12
Showing
| ... | ... | @@ -23,4 +23,7 @@ platforms :mri_18 do |
| gem "ruby18_source_location" | ||
| end | ||
| gem "rake", "~> 10.1.0" | ||
| \ No newline at end of file | ||
| gem "rake", "~> 10.1.0" | ||
| gem 'execjs' | ||
| gem 'therubyracer', :platforms => :ruby | ||
| \ No newline at end of file |
Please register or sign in to comment