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 21:55:12 +02:00

10 lines
285 B
Ruby

source 'http://rubygems.org'
gemspec
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'
gem "rubysl", "~> 2.0" if RUBY_ENGINE == 'rbx'