Skip to content

Commit

Permalink
Using thin
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed May 24, 2012
1 parent ee6abe6 commit f1800bc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -5,6 +5,9 @@ gem 'yajl-ruby'
gem 'prowly'
gem 'activesupport', '~> 2.3', :require => 'active_support'

gem 'thin'

group :development do
gem 'heroku'
gem 'foreman'
end
11 changes: 11 additions & 0 deletions Gemfile.lock
Expand Up @@ -3,7 +3,11 @@ GEM
specs:
activesupport (2.3.14)
addressable (2.2.8)
daemons (1.1.8)
eventmachine (0.12.10)
excon (0.13.4)
foreman (0.46.0)
thor (>= 0.13.6)
heroku (2.26.0)
heroku-api (~> 0.2.0)
launchy (>= 0.3.2)
Expand All @@ -27,6 +31,11 @@ GEM
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.15.2)
tilt (1.3.3)
yajl-ruby (1.1.0)

Expand All @@ -35,7 +44,9 @@ PLATFORMS

DEPENDENCIES
activesupport (~> 2.3)
foreman
heroku
prowly
sinatra
thin
yajl-ruby
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: bundle exec rackup config.ru -p $PORT

0 comments on commit f1800bc

Please sign in to comment.