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

14 lines
387 B
Text
Raw Normal View History

2011-06-07 17:05:18 -04:00
source :rubygems
gemspec
group :test do
2011-09-13 10:47:28 -04:00
gem 'johnson', :platform => :mri_18
2011-06-07 17:13:46 -04:00
gem 'json'
# see https://github.com/nu7hatch/mustang/issues/18
gem 'mustang', :platform => :ruby,
:git => "https://github.com/nu7hatch/mustang.git", :ref => "2a3bcfbd9fd0f34e9b004fcd92188f326b40ec2a"
2011-06-07 17:05:18 -04:00
gem 'therubyracer', :platform => :ruby
gem 'therubyrhino', :platform => :jruby
end