Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
added postgres adapter for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
moomerman committed Jun 29, 2011
1 parent ca7db36 commit 7419648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ end

group :production do
gem 'therubyracer-heroku'
gem 'pg'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ GEM
mime-types (1.16)
multi_json (1.0.3)
mysql2 (0.3.5)
pg (0.11.0)
polyglot (0.3.1)
rack (1.3.0)
rack-cache (1.0.2)
Expand Down Expand Up @@ -112,6 +113,7 @@ DEPENDENCIES
coffee-script
jquery-rails
mysql2
pg
rails (= 3.1.0.rc4)
rotp
sass-rails (~> 3.1.0.rc)
Expand Down

0 comments on commit 7419648

Please sign in to comment.