Lock to log4r < 1.1.11 because we got fucked

1.1.11 was released today and seriously broke backwards compatibility.
While they never officially made any promise to follow semver, it is
almost expected at this point, but log4r decided to just fuck that.

1.1.11 changed the arity of Log4r::Logger.initialize. That seriously
breaks _everything_.

Darwin awarddddddddd goes to...
This commit is contained in:
Mitchell Hashimoto 2014-01-05 15:27:20 -08:00
parent 7c8fc34a25
commit f51b6d0708
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency "childprocess", "~> 0.3.7"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", "~> 0.6.0"
s.add_dependency "log4r", "~> 1.1.9"
s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11"
s.add_dependency "net-ssh", ">= 2.6.6", "< 2.8.0"
s.add_dependency "net-scp", "~> 1.1.0"