Skip to content

Commit

Permalink
Adding unicorn to development bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
konklone committed Sep 14, 2011
1 parent 9e492b9 commit d543f4a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ gem 'SystemTimer', '1.2.3' # mongo gem asks for this
group :development do
gem 'sinatra-reloader', '0.5.0'
gem 'wirble'
gem 'unicorn'
end
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ GEM
fastercsv (1.5.3)
i18n (0.5.0)
json (1.5.1)
kgio (2.6.0)
mongo (1.3.1)
bson (>= 1.3.1)
mongoid (2.0.2)
Expand All @@ -26,6 +27,7 @@ GEM
monkey-lib (0.5.4)
backports
rack (1.3.0)
raindrops (0.7.0)
sinatra (1.2.6)
rack (~> 1.1)
tilt (< 2.0, >= 1.2.2)
Expand All @@ -47,6 +49,10 @@ GEM
ym4r (>= 0.6.1)
tilt (1.3.2)
tzinfo (0.3.27)
unicorn (4.1.1)
kgio (~> 2.4)
rack
raindrops (~> 0.6)
wirble (0.1.3)
ym4r (0.6.1)

Expand All @@ -64,4 +70,5 @@ DEPENDENCIES
sinatra-content-for (= 0.2)
sinatra-reloader (= 0.5.0)
sunlight (= 1.1.0)
unicorn
wirble
Binary file added vendor/cache/kgio-2.6.0.gem
Binary file not shown.
Binary file added vendor/cache/raindrops-0.7.0.gem
Binary file not shown.
Binary file added vendor/cache/unicorn-4.1.1.gem
Binary file not shown.

0 comments on commit d543f4a

Please sign in to comment.