Gemfile in therubyracer-0.10.2 vs Gemfile in therubyracer-0.11.0beta1
- old
+ new
@@ -1,15 +1,30 @@
-source :rubygems;gemspec
\ No newline at end of file
+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'
+
+group :libv8 do
+ gem 'libv8', "~> 3.11.8"
+end
+
+
+