Skip to content

Commit

Permalink
PhantomJS v1.9.8 has a bug when running rake spec:javascript
Browse files Browse the repository at this point in the history
See testdouble#47 for more info.
  • Loading branch information
jamesottaway committed Jun 30, 2015
1 parent e25053c commit d17656a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jasmine-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |s|
s.add_dependency "railties", ">= 3.2.0"
s.add_dependency "sprockets-rails"
s.add_dependency "jasmine-core", [">= 1.3", "< 3.0"]
s.add_dependency "phantomjs", ">= 1.9"
s.add_dependency "phantomjs", "< 1.9.8", ">= 1.9"
s.add_development_dependency 'testbeds'
end

0 comments on commit d17656a

Please sign in to comment.