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

12 lines
247 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
2011-06-07 17:05:18 -04:00
gemspec
group :test do
2015-04-06 13:00:23 -04:00
gem 'duktape', platform: :mri
2014-05-19 18:03:58 -04:00
gem 'therubyracer', platform: :mri
gem 'therubyrhino', ">=1.73.3", platform: :jruby
gem 'minitest', require: false
2016-05-11 04:45:27 -04:00
gem 'mini_racer', platform: :mri
2011-06-07 17:05:18 -04:00
end