aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAlex Young <alex@bytemark.co.uk>2015-04-13 10:12:51 +0100
committerAlex Young <alex@bytemark.co.uk>2015-04-13 10:12:59 +0100
commit1f1de026a35c3041df70076c21a8e4751891b1e7 (patch)
treecb45e1b9b90f27fe3bbc8cf0aebb1b31ce0db453 /Gemfile
parent4246b9354c0ed7763bf2347a0830e6259cab78be (diff)
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.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
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"