Merge branch 'master' into core-updates

This commit is contained in:
Mark H Weaver 2018-02-11 04:05:07 -05:00
commit a7fb298665
No known key found for this signature in database
GPG key ID: 7CEF29847562C516
46 changed files with 1946 additions and 274 deletions

View file

@ -2862,7 +2862,7 @@ alternative to Marshal for Object serialization. ")
("ruby-hoe" ,ruby-hoe)
("ruby-rspec" ,ruby-rspec)))
(inputs
`(("postgresql" ,postgresql)))
`(("postgresql" ,postgresql-9.6)))
(synopsis "Ruby interface to PostgreSQL")
(description "Pg is the Ruby interface to the PostgreSQL RDBMS. It works
with PostgreSQL 8.4 and later.")