therubyracer/Gemfile

13 lines
264 B
Ruby
Raw Normal View History

2011-11-09 18:46:51 +00:00
source 'http://rubygems.org'
gemspec
2012-05-03 07:35:52 +00:00
2015-04-08 21:59:00 +00:00
group :development do
gem "rubysl", :platforms => :rbx
gem 'redjs', :git => 'https://github.com/cowboyd/redjs.git'
gem "rake"
2016-12-19 07:49:28 +00:00
gem "rspec", "~> 3.5.0"
2015-04-08 21:59:00 +00:00
gem "rake-compiler"
gem "gem-compiler", :platforms => :mri
end