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

11 lines
226 B
Ruby

source :rubygems
gemspec
group :test do
gem 'johnson', :platform => :mri_18
gem 'json'
gem 'mustang', :platform => :ruby
gem 'therubyracer', :platform => :ruby
gem 'therubyrhino', :platform => :jruby
end