mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
10 lines
242 B
Ruby
10 lines
242 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
group :test do
|
|
gem 'duktape', platform: :mri, github: 'judofyr/duktape.rb'
|
|
gem 'therubyracer', platform: :mri
|
|
gem 'therubyrhino', ">=1.73.3", platform: :jruby
|
|
gem 'minitest', require: false
|
|
end
|