Skip to content

Commit

Permalink
change db from sqlite to postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
igaiga committed Aug 25, 2012
1 parent 38af485 commit 1fc2a6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
@@ -1,7 +1,8 @@
source 'https://rubygems.org'

gem 'rails', '3.2.8'
gem 'sqlite3'
#gem 'sqlite3'
gem 'pg'
gem 'omniauth'
gem 'omniauth-twitter'
gem 'omniauth-facebook'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -81,6 +81,7 @@ GEM
omniauth-twitter (0.0.12)
multi_json (~> 1.3)
omniauth-oauth (~> 1.0)
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.16.0)
tilt (1.3.3)
treetop (1.4.10)
Expand All @@ -136,7 +136,7 @@ DEPENDENCIES
omniauth
omniauth-facebook
omniauth-twitter
pg
rails (= 3.2.8)
sass-rails (~> 3.2.3)
sqlite3
uglifier (>= 1.0.3)

0 comments on commit 1fc2a6a

Please sign in to comment.