Skip to content

Commit

Permalink
Added pg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dickey committed Sep 16, 2011
1 parent a3b1163 commit bcbfbb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
@@ -1,11 +1,14 @@
source 'http://rubygems.org'

gem 'rails', '3.1.0'
gem 'pg'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'
group 'development' do
gem 'sqlite3'
end


# Gems used only for assets and not required
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -54,6 +54,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.16)
multi_json (1.0.3)
pg (0.11.0)
polyglot (0.3.2)
rack (1.3.2)
rack-cache (1.0.3)
Expand Down Expand Up @@ -108,6 +109,7 @@ PLATFORMS
DEPENDENCIES
coffee-rails (~> 3.1.0)
jquery-rails
pg
rails (= 3.1.0)
sass-rails (~> 3.1.0)
sqlite3
Expand Down

0 comments on commit bcbfbb9

Please sign in to comment.