diff options
author | Alex Young <alex@bytemark.co.uk> | 2015-04-13 10:12:51 +0100 |
---|---|---|
committer | Alex Young <alex@bytemark.co.uk> | 2015-04-13 10:12:59 +0100 |
commit | 1f1de026a35c3041df70076c21a8e4751891b1e7 (patch) | |
tree | cb45e1b9b90f27fe3bbc8cf0aebb1b31ce0db453 /Gemfile | |
parent | 4246b9354c0ed7763bf2347a0830e6259cab78be (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-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |