Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
rbx needs erubis dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jun 24, 2016
1 parent 857491d commit 8f03026
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -43,4 +43,3 @@ matrix:
env: PHANTOMJS=$PWD/travis-phantomjs21/phantomjs
allow_failures:
- gemfile: gemfiles/Gemfile.capybara_master
- rvm: rbx
1 change: 1 addition & 0 deletions poltergeist.gemspec
Expand Up @@ -35,4 +35,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'guard-coffeescript', '~> 2.0.0'
s.add_development_dependency 'coffee-script-source', '~>1.10.0'
s.add_development_dependency 'listen', '~> 3.0.6' # listen is required by guard and listen 3.1.0 requires ruby 2.2+
s.add_development_dependency 'erubis' # required by rbx
end

0 comments on commit 8f03026

Please sign in to comment.