Skip to content

Commit

Permalink
Merge pull request #246 from yoon/240-gem_rouge_warning
Browse files Browse the repository at this point in the history
[#240] exclude rouge 1.9.1
  • Loading branch information
jdcantrell committed Apr 29, 2016
2 parents d98d52a + 00578c3 commit 85ce681
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 85ce681

Please sign in to comment.