Skip to content

Commit

Permalink
add pg gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Burkhart & Thom Mahoney committed Nov 8, 2011
1 parent f8a5680 commit a4505bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,6 +7,7 @@ gem 'jquery-rails', '1.0.14'

platform :ruby do
gem 'mysql2', '~> 0.2.7'
gem 'pg'
gem 'sqlite3'
gem 'unicorn'
end
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -51,6 +51,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.16)
mysql2 (0.2.13)
pg (0.11.0)
polyglot (0.3.2)
rack (1.2.4)
rack-mount (0.6.14)
Expand Down Expand Up @@ -103,6 +104,7 @@ DEPENDENCIES
jquery-rails (= 1.0.14)
jruby-openssl
mysql2 (~> 0.2.7)
pg
rails (= 3.0.9)
simple_form (= 1.5.1)
sqlite3
Expand Down

0 comments on commit a4505bf

Please sign in to comment.