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

11 lines
183 B
Text
Raw Normal View History

2011-06-07 16:05:18 -05:00
source :rubygems
gemspec
group :test do
2011-06-07 16:13:46 -05:00
gem 'json'
2011-06-07 16:05:18 -05:00
gem 'mustang', :platform => :ruby
gem 'therubyracer', :platform => :ruby
gem 'therubyrhino', :platform => :jruby
end