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

8 lines
182 B
Text
Raw Normal View History

2011-11-09 13:46:51 -05:00
source 'http://rubygems.org'
# Specify your gem's dependencies in therubyracer.gemspec
gemspec
2012-05-03 03:35:52 -04:00
2012-06-14 12:47:39 -04:00
gem 'redjs', :git => 'https://github.com/cowboyd/redjs.git'
2012-06-15 10:57:42 -04:00
gem 'libv8', "~> 3.11.8"