comment for pg gem
This commit is contained in:
parent
0b7628dc95
commit
aedc18f834
2
Gemfile
2
Gemfile
|
@ -21,7 +21,7 @@ end
|
|||
# MySQL:
|
||||
#gem 'mysql2'
|
||||
# PostgreSQL:
|
||||
gem 'pg'
|
||||
#gem 'pg'
|
||||
|
||||
# -- 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 (2.5.2)
|
||||
nokogiri (1.5.5)
|
||||
pg (0.14.0)
|
||||
polyglot (0.3.3)
|
||||
princely (1.2.5)
|
||||
rack (1.4.1)
|
||||
|
@ -122,7 +121,6 @@ DEPENDENCIES
|
|||
mime-types
|
||||
mini_exiftool
|
||||
mini_magick
|
||||
pg
|
||||
princely
|
||||
rails (= 3.2.6)
|
||||
sqlite3-ruby
|
||||
|
|
Loading…
Reference in a new issue