Skip to content

Commit

Permalink
Avoid using therubyracer 0.11.x, stay with 0.10.x.
Browse files Browse the repository at this point in the history
For some reason the 0.11.x won't compile.
  • Loading branch information
nene committed Dec 5, 2012
1 parent 0f11fd2 commit 57b79a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ install:
- gem install rdiscount
- gem install json
- gem install parallel
- gem install therubyracer
- gem install therubyracer -v 0.10.1
- gem install rspec
- gem install rake
2 changes: 1 addition & 1 deletion jsduck.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_dependency 'rdiscount'
s.add_dependency 'json'
s.add_dependency 'parallel'
s.add_dependency 'therubyracer'
s.add_dependency 'therubyracer', '= 0.10.1'

s.add_development_dependency 'rspec'
s.add_development_dependency 'rake'
Expand Down

0 comments on commit 57b79a8

Please sign in to comment.