Updated Gemfile to therubyracer 0.9.8 - Fixes #126

This commit is contained in:
Peter Wagenet
2011-10-24 17:53:53 -07:00
parent 87599daef1
commit f23fbb84e2
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
source "http://rubygems.org"
gem "rake"
gem "therubyracer", ">= 0.8.0"
gem "therubyracer", ">= 0.9.8"
gem "rspec"
+4 -2
View File
@@ -2,6 +2,7 @@ GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
libv8 (3.3.10.2)
rake (0.9.2)
rspec (2.1.0)
rspec-core (~> 2.1.0)
@@ -11,7 +12,8 @@ GEM
rspec-expectations (2.1.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.1.0)
therubyracer (0.8.0)
therubyracer (0.9.8)
libv8 (~> 3.3.10)
PLATFORMS
ruby
@@ -19,4 +21,4 @@ PLATFORMS
DEPENDENCIES
rake
rspec
therubyracer (>= 0.8.0)
therubyracer (>= 0.9.8)