1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Evan Phoenix
537bc21593 Remove rack dependency. Fixes #705
Because frameworks like rails dependent on rack, if puma truly wants to
be able to reload new code and thus new versions of rails, it has to be
able to reload rack as well.

Having a dependency on rack held by puma prevented that from happening
and so that dependency has been removed.
2015-07-14 10:28:59 -07:00
deepj
04fa377e0b Add test-unit like a dev dependancy gem since removing it in Ruby 2.2 2015-01-06 12:53:19 +01:00
Evan Phoenix
2532928ed9 Add ruby-head, fix allow_failures syntax, try to get rbx working 2014-01-25 13:31:26 -08:00
Evan Phoenix
6758e272fd Add hoe-ignore to Gemfile for testing 2013-07-06 13:49:43 -07:00
jc00ke
171889f1ba Add hoe-git so rake works again 2013-07-01 23:55:10 -07:00
Evan Phoenix
7aeab6698d Stick with minitest 4 for now 2013-06-17 23:13:50 -07:00
Evan Phoenix
7fbffe360f Add minitest to run the tests on 1.8 properly 2013-06-17 23:06:05 -07:00
Evan Phoenix
273bbe8201 add jruby-openssl for travis 2012-04-11 12:26:14 -07:00
Evan Phoenix
93e3499d60 Add rdoc and rake-compiler as gems 2011-10-22 23:17:29 -07:00
Evan Phoenix
a950900972 Add Gemfile with dev deps for travis 2011-10-22 23:12:04 -07:00