Skip to content

Commit 57b79a8

Browse files
committed
Avoid using therubyracer 0.11.x, stay with 0.10.x.
For some reason the 0.11.x won't compile.
1 parent 0f11fd2 commit 57b79a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ install:
66
- gem install rdiscount
77
- gem install json
88
- gem install parallel
9-
- gem install therubyracer
9+
- gem install therubyracer -v 0.10.1
1010
- gem install rspec
1111
- gem install rake

jsduck.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
2222
s.add_dependency 'rdiscount'
2323
s.add_dependency 'json'
2424
s.add_dependency 'parallel'
25-
s.add_dependency 'therubyracer'
25+
s.add_dependency 'therubyracer', '= 0.10.1'
2626

2727
s.add_development_dependency 'rspec'
2828
s.add_development_dependency 'rake'

0 commit comments

Comments
 (0)