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

12 lines
335 B
Ruby

source :rubygems
gemspec
group :test do
gem 'json'
# see https://github.com/jbarnette/johnson/issues/21
gem 'johnson', :platform => :mri_18
# disabled for rbx, because of https://github.com/cowboyd/therubyracer/issues/157
gem 'therubyracer', :platform => :mri
gem 'therubyrhino', ">=1.73.3", :platform => :jruby
end