Skip to content

Commit

Permalink
use postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Incorvia committed Jul 23, 2012
1 parent 5a14744 commit e231246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ source 'https://rubygems.org'
gem 'rails', '3.2.6'
gem 'bcrypt-ruby'
gem 'crypt-isaac'
gem 'sqlite3'
gem 'configatron'
gem 'builder'
gem 'heroku'
gem 'pg'

group :assets do
gem 'sass-rails', '~> 3.2.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ GEM
mime-types (1.19)
multi_json (1.3.6)
netrc (0.7.5)
pg (0.14.0)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
Expand Down Expand Up @@ -116,7 +117,6 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6)
thor (0.15.4)
tilt (1.3.3)
treetop (1.4.10)
Expand All @@ -140,7 +140,7 @@ DEPENDENCIES
debugger
heroku
jquery-rails
pg
rails (= 3.2.6)
sass-rails (~> 3.2.3)
sqlite3
uglifier (>= 1.0.3)

0 comments on commit e231246

Please sign in to comment.