unicorn.gemspec: depend on test-unit 3.0
commite6b0155763d4da0d4925b8a151a99a5180b2439c
authorEric Wong <e@80x24.org>
Sun, 17 Aug 2014 02:33:54 +0000 (17 02:33 +0000)
committerEric Wong <e@80x24.org>
Wed, 22 Apr 2015 18:55:13 +0000 (22 18:55 +0000)
treee023e57de4715f475d3110e84288f897d54700ae
parenteb3daa8cf8d860580db3ca6f22531b051a5d6d76
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