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