Skip to content

Use pg 1.3.5 gem in troubleshooting

What does this Merge Request do and why?

Updates pg gem from 0.18.4 (2015-11-13) to 1.3.5 used in troubleshooting PostgreSQL.

Updates Ruby from 2.3.3 to 2.7.5.

You can reproduce the error message with the one-line command docker run --rm -it ruby:2.7.6-alpine3.16 sh -c "apk add build-base; bundle init; bundle add pg" by missing libpq-dev.

Note that you cannot reproduce it as ruby:2.7.6 has libpq-dev in the image: docker run --rm -it ruby:2.7.6 sh -c "bundle init; bundle add pg".

Updates !451 (merged)

cf. !2625 (merged)

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • [n/a] Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • [n/a] gdk doctor test added, if needed.
  • [n/a] Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Takuya Noguchi

Merge request reports