Update Gemfile to use the released version of the ruby racer
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "therubyracer", ">= 0.8.0.pre3"
|
||||
gem "therubyracer", ">= 0.8.0"
|
||||
gem "rspec"
|
||||
|
||||
+1
-1
@@ -17,4 +17,4 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
rspec
|
||||
therubyracer (>= 0.8.0.pre3)
|
||||
therubyracer (>= 0.8.0)
|
||||
|
||||
Reference in New Issue
Block a user