Bundle thin so that it can be used instead of WEBrick

This commit is contained in:
Thibault Jouan
2012-05-12 15:54:26 +00:00
parent 85efa1729d
commit 90327a05e5
2 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ gem 'bcrypt-ruby', '~> 3.0'
gem 'rabl', '~> 0.6'
group :development, :test do
gem 'thin', '~> 1.3'
gem 'rspec-rails', '~> 2.6'
gem 'capybara', '~> 1.1'
gem 'factory_girl_rails', '~> 1.2'