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

13 lines
270 B
Ruby

source 'http://rubygems.org'
gemspec
if Object.const_defined?(:RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
gem "rubysl", "~> 2.0"
else
gem "gem-compiler"
end
gem 'redjs', :git => 'https://github.com/cowboyd/redjs.git'
gem "rake"
gem "rspec", "~> 2.0"
gem "rake-compiler"