From 1f1de026a35c3041df70076c21a8e4751891b1e7 Mon Sep 17 00:00:00 2001 From: Alex Young Date: Mon, 13 Apr 2015 10:12:51 +0100 Subject: Roll back thin and eventmachine gem versions to those used on lenny Using the most recent version of each of these results in segfaults on 1.9.3-p551. --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index cb2fdd8..64f9db0 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,8 @@ gem "dm-validations", "=1.2.0" gem "sanitize", "=2.0.3" gem "rmail", "=0.17" gem "xmpp4r", "=0.5" -gem "thin", "=1.2.11" +gem "eventmachine", "=0.12.10" +gem "thin", "=1.2.4" gem "haml", "=3.0.15" gem "RedCloth" gem "rack", "=1.3.4" -- cgit v1.2.1