add pg gem
This commit is contained in:
parent
679d0d6d76
commit
41afd3bf16
2 changed files with 5 additions and 2 deletions
5
Gemfile
5
Gemfile
|
@ -11,8 +11,9 @@ end
|
||||||
gem "rails", "3.2.8"
|
gem "rails", "3.2.8"
|
||||||
|
|
||||||
# Supported DBs
|
# Supported DBs
|
||||||
gem "sqlite3"
|
gem "sqlite3", :group => :sqlite
|
||||||
gem "mysql2"
|
gem "mysql2", :group => :mysql
|
||||||
|
gem "pg", :group => :postgres
|
||||||
|
|
||||||
# Auth
|
# Auth
|
||||||
gem "devise", "~> 2.1.0"
|
gem "devise", "~> 2.1.0"
|
||||||
|
|
|
@ -245,6 +245,7 @@ GEM
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
omniauth-oauth (~> 1.0)
|
omniauth-oauth (~> 1.0)
|
||||||
orm_adapter (0.3.0)
|
orm_adapter (0.3.0)
|
||||||
|
pg (0.14.0)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
posix-spawn (0.3.6)
|
posix-spawn (0.3.6)
|
||||||
pry (0.9.9.6)
|
pry (0.9.9.6)
|
||||||
|
@ -441,6 +442,7 @@ DEPENDENCIES
|
||||||
omniauth-google-oauth2
|
omniauth-google-oauth2
|
||||||
omniauth-ldap!
|
omniauth-ldap!
|
||||||
omniauth-twitter
|
omniauth-twitter
|
||||||
|
pg
|
||||||
pry
|
pry
|
||||||
pygments.rb (= 0.3.1)
|
pygments.rb (= 0.3.1)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
|
|
Loading…
Reference in a new issue