Skip to content

Commit

Permalink
Updated gemfile for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
NateBarnes committed May 1, 2012
1 parent 531a152 commit 717d62b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ group :test do
# Pretty printed test output
gem 'turn', :require => false
end

group :production do
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
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.0.3)
pg (0.11.0)
polyglot (0.3.3)
rack (1.3.5)
rack-cache (1.1)
Expand Down Expand Up @@ -112,6 +113,7 @@ PLATFORMS
DEPENDENCIES
coffee-rails (~> 3.1.1)
jquery-rails
pg
rails (= 3.1.1)
sass-rails (~> 3.1.4)
sqlite3
Expand Down

0 comments on commit 717d62b

Please sign in to comment.