unicorn.gemspec: depend on test-unit 3.0
commit4e7ed9550bc5c1ee487c530fb4369cb1dddf474a
authorEric Wong <e@80x24.org>
Sun, 17 Aug 2014 02:33:54 +0000 (17 02:33 +0000)
committerEric Wong <e@80x24.org>
Sun, 17 Aug 2014 19:26:15 +0000 (17 19:26 +0000)
tree5083ca95f03672f86941fe22c50ab4027a51f627
parent1a0c7f067e79acfc3e0c5fd8bb3488a371802585
unicorn.gemspec: depend on test-unit 3.0

test-unit 3 and minitest 5 will have equal support status as a
bundled gems when Ruby 2.2.0 is released in December 2014.  These
bundled gems will appear in the user-oriented tarball installations,
but do not get installed by "make install" when installing Ruby
from SVN or git.

test-unit appears to be actively maintained and good at keeping
backwards compatibility even on a major version change, so this
means no code changes on our end.  I am not convinced switching to
minitest is worth the effort.

Cc: Ken Dreyer <ktdreyer@ktdreyer.com>
unicorn.gemspec