mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
9 lines
170 B
Ruby
9 lines
170 B
Ruby
source :rubygems
|
|
|
|
gemspec
|
|
|
|
group :test do
|
|
gem 'mustang', :platform => :ruby
|
|
gem 'therubyracer', :platform => :ruby
|
|
gem 'therubyrhino', :platform => :jruby
|
|
end
|