1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/Gemfile

17 lines
289 B
Text
Raw Normal View History

2011-11-09 12:46:51 -06:00
source 'http://rubygems.org'
gemspec
2012-05-03 00:35:52 -07:00
2012-06-14 11:47:39 -05:00
gem 'redjs', :git => 'https://github.com/cowboyd/redjs.git'
gem "rake"
gem "rspec", "~> 2.0"
gem "rake-compiler"
gem 'gem-compiler' unless Object.const_defined?(:RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
group :libv8 do
gem 'libv8', "~> 3.11.8"
end