Skip to content

Commit

Permalink
add [assenger gem to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendra Nicholas committed Jan 5, 2013
1 parent 9a5dad9 commit 085f98a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -33,11 +33,11 @@ group :test do
end

group :production do
gem 'unicorn'
gem 'airbrake'
gem 'passenger'
end

gem 'mysql2'
gem 'airbrake'
gem 'pg'
gem 'jquery-rails'
gem 'slim-rails'
gem 'kaminari'
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Expand Up @@ -65,6 +65,7 @@ GEM
coffee-script-source (1.4.0)
columnize (0.3.6)
connection_pool (0.9.3)
daemon_controller (1.1.0)
daemons (1.1.9)
database_cleaner (0.9.1)
debugger (1.2.3)
Expand All @@ -87,6 +88,7 @@ GEM
activesupport (>= 3.0.0)
faker (1.1.2)
i18n (~> 0.5)
fastthread (1.0.7)
friendly_id (4.0.9)
girl_friday (0.11.1)
connection_pool (~> 0.9.0)
Expand All @@ -109,7 +111,6 @@ GEM
kaminari-bootstrap (0.1.3)
kaminari (>= 0.13.0)
rails
kgio (2.7.4)
libv8 (3.11.8.4)
mail (2.4.4)
i18n (>= 0.4.0)
Expand All @@ -136,7 +137,6 @@ GEM
mocha (0.10.5)
metaclass (~> 0.0.1)
multi_json (1.5.0)
mysql2 (0.3.11)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
Expand All @@ -145,6 +145,12 @@ GEM
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
orm_adapter (0.4.0)
passenger (3.0.18)
daemon_controller (>= 1.0.0)
fastthread (>= 1.0.1)
rack
rake (>= 0.8.1)
pg (0.14.1)
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.3)
Expand Down Expand Up @@ -182,7 +188,6 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.10.0)
rake (10.0.3)
rdoc (3.12)
json (~> 1.4)
Expand Down Expand Up @@ -245,10 +250,6 @@ GEM
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
unicorn (4.5.0)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
warden (1.2.1)
rack (>= 1.0)

Expand Down Expand Up @@ -283,7 +284,8 @@ DEPENDENCIES
minitest-matchers
minitest-rails
minitest-rails-shoulda
mysql2
passenger
pg
pry-rails
quiet_assets
rails (= 3.2.10)
Expand All @@ -300,4 +302,3 @@ DEPENDENCIES
turbolinks
turn
uglifier (>= 1.0.3)
unicorn

0 comments on commit 085f98a

Please sign in to comment.