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

5 commits

Author SHA1 Message Date
Bart
ce53f576fd Remove URI backport for Ruby 1.9.3 (#1709)
Ruby 2.2+ has been a requirement since 825bf851f8
2019-02-14 14:37:27 -07:00
schneems
88e51fb08e Freeze all the strings!
Reduces runtime allocation by freezing string literals by default.

We could also remove a ton of manual `.freeze` calls, however the ruby supported version is 2.2 and the magic comment only targets 2.3+.
2018-09-17 11:41:14 -05:00
Francesco Rodriguez
69710ab4a4 Remove support for 1.8.7 and 1.9.2. 2016-09-01 23:58:15 +02:00
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
Evan Phoenix
b77e912a38 Add missing file 2013-02-04 22:39:19 -08:00