October 27, 2019

TIL - Episode 2. Fix bundler versioning issues.

- run:
    name: Install PostgreSQL Cient
    command: sudo apt-get update && sudo apt install -y postgresql-client
  • If you’re using dependabot, and you manually rebase a PR the bot opened, you can have it auto rebase again by adding the comment:

Dependabot Command


Jump to top of page