Skip to content

Commit

Permalink
Add unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
john-griffin committed Oct 18, 2012
1 parent aa34744 commit ae87b62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -16,3 +16,5 @@ group :test do
gem "shoulda-context", "~> 1.0.1"
gem "webmock", "1.8.11"
end

gem 'unicorn', '4.3.1'
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -55,6 +55,7 @@ GEM
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
json (1.7.5)
kgio (2.7.4)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand Down Expand Up @@ -88,6 +89,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.10.0)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
Expand All @@ -110,6 +112,10 @@ GEM
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
unicorn (4.3.1)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
webmock (1.8.11)
addressable (>= 2.2.7)
crack (>= 0.1.7)
Expand All @@ -133,5 +139,6 @@ DEPENDENCIES
sass-rails (~> 3.2.3)
shoulda-context (~> 1.0.1)
uglifier (>= 1.0.3)
unicorn (= 4.3.1)
webmock (= 1.8.11)
zendesk_api

0 comments on commit ae87b62

Please sign in to comment.