Skip to content

Commit

Permalink
Add puma to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Aug 2, 2012
1 parent efcba5a commit 778083f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ gem "rails", "3.2.5"
gem "sqlite3"
gem "mysql2"

# Supported app stacks
gem "puma"
gem "thin"
gem "unicorn"

# Auth
gem "devise", "~> 2.1.0"

Expand All @@ -27,8 +32,6 @@ gem "six"
gem "ffaker"
gem "seed-fu"
gem "redcarpet", "~> 2.1.1"
gem "thin"
gem "unicorn"
gem "git"
gem "acts_as_list"
gem "acts-as-taggable-on", "2.3.1"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ GEM
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
puma (1.3.0)
rack (~> 1.2)
pyu-ruby-sasl (0.0.3.3)
rack (1.4.1)
rack-cache (1.2)
Expand Down Expand Up @@ -407,6 +409,7 @@ DEPENDENCIES
mysql2
omniauth-ldap!
pry
puma
pygments.rb!
rails (= 3.2.5)
rails-footnotes
Expand Down
Binary file added vendor/cache/puma-1.3.0.gem
Binary file not shown.

0 comments on commit 778083f

Please sign in to comment.