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