Skip to content

Fix "no implicit conversion of Pathname" into String

What does this Merge Request do?

Fixes the implicit conversion of Pathname into String isse

$ gdk psql -d gitlabhq_development
	1: from /home/aakgun/aakgun/1/gdk/lib/gdk.rb:84:in `main'
..gdk/lib/gdk.rb:84:in `exec': no implicit conversion of Pathname into String (TypeError)

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
Edited by Alper Akgun

Merge request reports