We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87599da commit f23fbb8Copy full SHA for f23fbb8
Gemfile
@@ -1,5 +1,5 @@
1
source "http://rubygems.org"
2
3
gem "rake"
4
-gem "therubyracer", ">= 0.8.0"
+gem "therubyracer", ">= 0.9.8"
5
gem "rspec"
Gemfile.lock
@@ -2,6 +2,7 @@ GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
+ libv8 (3.3.10.2)
6
rake (0.9.2)
7
rspec (2.1.0)
8
rspec-core (~> 2.1.0)
@@ -11,12 +12,13 @@ GEM
11
12
rspec-expectations (2.1.0)
13
diff-lcs (~> 1.1.2)
14
rspec-mocks (2.1.0)
- therubyracer (0.8.0)
15
+ therubyracer (0.9.8)
16
+ libv8 (~> 3.3.10)
17
18
PLATFORMS
19
ruby
20
21
DEPENDENCIES
22
rake
23
rspec
- therubyracer (>= 0.8.0)
24
+ therubyracer (>= 0.9.8)
0 commit comments