Skip to content

Commit

Permalink
added pg gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrocel committed Mar 24, 2012
1 parent 4484e7c commit 22f8748
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ gem 'sqlite3'

gem 'twilio'


group :production do
# gems specifically for Heroku go here
gem "pg"
end

# Gems used only for assets and not required
# in production environments by default.
group :assets do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ GEM
mime-types (1.18)
multi_json (1.1.0)
multi_xml (0.4.2)
pg (0.13.2)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
Expand Down Expand Up @@ -112,6 +113,7 @@ PLATFORMS
DEPENDENCIES
coffee-rails (~> 3.2.1)
jquery-rails
pg
rails (= 3.2.2)
sass-rails (~> 3.2.3)
sqlite3
Expand Down

0 comments on commit 22f8748

Please sign in to comment.