diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,5 @@ source "http://rubygems.org" gem "rake" -gem "therubyracer", ">= 0.8.0" +gem "therubyracer", ">= 0.9.8" gem "rspec" diff --git a/Gemfile.lock b/Gemfile.lock index edf394d..73b7463 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) |