diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 12 | 
1 files changed, 6 insertions, 6 deletions
@@ -20,15 +20,15 @@ gem "dm-validations", "=1.2.0"  gem "sanitize", "=2.0.3"  gem "rmail", "=1.1.0"  gem "xmpp4r", "=0.5.6" -gem "eventmachine", "=0.12.10" -gem "thin", "=1.2.4" +gem "thin", "=1.6.3"  gem "haml", "=3.0.15"  gem "RedCloth" -gem "rack", "=1.3.4" -gem "rack-protection", "=1.1.4" -gem "rack-test", "=0.6.1" +gem "rack" +gem "rack-protection" +gem "rack-test" +gem "rack-flash3"  gem "tilt", "=1.3.3" -gem "sinatra", "=1.3.1" +gem "sinatra", "=1.4.6"  gem "locale", "=2.1.0"  group :test do  | 
