added thin to gemfile

This commit is contained in:
Raphael Sofaer 2010-06-18 17:37:56 -07:00
parent 178085b984
commit 414b18fb15

View file

@ -7,7 +7,7 @@ gem "bson_ext", "1.0.1"
gem "haml"
gem "devise", :git => "git://github.com/plataformatec/devise.git"
gem 'roxml', :git => "git://github.com/Empact/roxml.git"
gem "thin"
group :test do
gem 'rspec', '>= 2.0.0.beta.10'