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

11 lines
196 B
Text
Raw Normal View History

source 'https://rubygems.org'
2011-06-07 16:05:18 -05:00
gemspec
group :test do
2014-12-06 12:25:40 -08:00
gem 'duktape'
2014-05-19 17:03:58 -05:00
gem 'therubyracer', platform: :mri
gem 'therubyrhino', ">=1.73.3", platform: :jruby
gem 'minitest', require: false
2011-06-07 16:05:18 -05:00
end