mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
12 lines
264 B
Ruby
12 lines
264 B
Ruby
source 'http://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
group :development do
|
|
gem "rubysl", :platforms => :rbx
|
|
gem 'redjs', :git => 'https://github.com/cowboyd/redjs.git'
|
|
gem "rake"
|
|
gem "rspec", "~> 3.5.0"
|
|
gem "rake-compiler"
|
|
gem "gem-compiler", :platforms => :mri
|
|
end
|