pg not default added to gemfile
This commit is contained in:
parent
9697c36519
commit
b0e3209348
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -5,9 +5,9 @@ gem 'rails'
|
|||
gem 'mime-types', :require => 'mime/types'
|
||||
gem "carrierwave", :git => 'git://github.com/jnicklas/carrierwave.git'
|
||||
# MySQL:
|
||||
#gem "mysql2"
|
||||
#gem 'mysql2'
|
||||
# PostgreSQL:
|
||||
gem 'pg'
|
||||
#gem 'pg'
|
||||
# SQLite
|
||||
gem 'sqlite3-ruby'
|
||||
|
||||
|
|
Loading…
Reference in a new issue