Use shotgun

This commit is contained in:
Hakan Ensari 2012-11-21 11:24:29 +00:00
parent 68c6fb6c17
commit 9c4da44db4
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,7 @@ gem 'sinatra-jsonp'
gem 'unicorn'
gem 'yajl-ruby', require: 'yajl'
group :test do
group :development do
gem 'rack-test'
gem 'shotgun'
end

View File

@ -14,6 +14,8 @@ GEM
rack (>= 1.0)
raindrops (0.10.0)
sequel (3.41.0)
shotgun (0.9)
rack (>= 1.0)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
@ -36,6 +38,7 @@ DEPENDENCIES
pg
rack-test
sequel
shotgun
sinatra-jsonp
unicorn
yajl-ruby