comment for pg gem
This commit is contained in:
parent
0b7628dc95
commit
aedc18f834
2
Gemfile
2
Gemfile
|
@ -21,7 +21,7 @@ end
|
||||||
# MySQL:
|
# MySQL:
|
||||||
#gem 'mysql2'
|
#gem 'mysql2'
|
||||||
# PostgreSQL:
|
# PostgreSQL:
|
||||||
gem 'pg'
|
#gem 'pg'
|
||||||
|
|
||||||
# -- Cloud storage
|
# -- Cloud storage
|
||||||
# AWS S3 support. Can be disabled if using local file system instead of cloud storage.
|
# AWS S3 support. Can be disabled if using local file system instead of cloud storage.
|
||||||
|
|
|
@ -67,7 +67,6 @@ GEM
|
||||||
net-ssh (>= 1.99.1)
|
net-ssh (>= 1.99.1)
|
||||||
net-ssh (2.5.2)
|
net-ssh (2.5.2)
|
||||||
nokogiri (1.5.5)
|
nokogiri (1.5.5)
|
||||||
pg (0.14.0)
|
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
princely (1.2.5)
|
princely (1.2.5)
|
||||||
rack (1.4.1)
|
rack (1.4.1)
|
||||||
|
@ -122,7 +121,6 @@ DEPENDENCIES
|
||||||
mime-types
|
mime-types
|
||||||
mini_exiftool
|
mini_exiftool
|
||||||
mini_magick
|
mini_magick
|
||||||
pg
|
|
||||||
princely
|
princely
|
||||||
rails (= 3.2.6)
|
rails (= 3.2.6)
|
||||||
sqlite3-ruby
|
sqlite3-ruby
|
||||||
|
|
Loading…
Reference in a new issue