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

13 lines
335 B
Text
Raw Normal View History

2011-06-07 17:05:18 -04:00
source :rubygems
gemspec
group :test do
2011-06-07 17:13:46 -04:00
gem 'json'
2012-05-17 10:08:17 -04:00
# 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
2012-05-17 10:08:17 -04:00
gem 'therubyrhino', ">=1.73.3", :platform => :jruby
2011-06-07 17:05:18 -04:00
end