Update Gemfile to use the released version of the ruby racer

This commit is contained in:
tomhuda
2011-02-11 17:02:41 -08:00
parent 88e7003331
commit e719f79259
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
source "http://rubygems.org"
gem "therubyracer", ">= 0.8.0.pre3"
gem "therubyracer", ">= 0.8.0"
gem "rspec"
+1 -1
View File
@@ -17,4 +17,4 @@ PLATFORMS
DEPENDENCIES
rspec
therubyracer (>= 0.8.0.pre3)
therubyracer (>= 0.8.0)