summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
2 files changed, 5 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 4a3dcc6..b508d20 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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)