1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00
execjs/Gemfile
2014-12-06 12:26:28 -08:00

9 lines
163 B
Ruby

source 'https://rubygems.org'
gemspec
group :test do
gem 'duktape'
gem 'therubyracer', platform: :mri
gem 'therubyrhino', ">=1.73.3", platform: :jruby
end