mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
7 lines
182 B
Ruby
7 lines
182 B
Ruby
source 'http://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in therubyracer.gemspec
|
|
gemspec
|
|
|
|
gem 'redjs', :git => 'https://github.com/cowboyd/redjs.git'
|
|
gem 'libv8', "~> 3.11.8"
|