Updated Gemfile to therubyracer 0.9.8 - Fixes #126
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "rake"
|
||||
gem "therubyracer", ">= 0.8.0"
|
||||
gem "therubyracer", ">= 0.9.8"
|
||||
gem "rspec"
|
||||
|
||||
+4
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user