Skip to content

Commit

Permalink
[trulia#240] exclude rouge 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Yoon committed Aug 24, 2015
1 parent 2175489 commit 00578c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hologram.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.add_dependency "redcarpet", ">= 2.2", "< 4.0"
spec.add_dependency "rouge", ">= 1.5"
spec.add_dependency "rouge", ">= 1.5", "!= 1.9.1"

spec.files = `git ls-files`.split($/)
spec.executables = ['hologram']
Expand Down

0 comments on commit 00578c3

Please sign in to comment.