TIL - Episode 2. Fix bundler versioning issues.
- How to fix bundler version issue when stuck on 1.17.2 or 1.17.3 but bundled app with 2.x series
- How to fix an issue installing postgresql-client on CircleCI when package repository is not updated in the container
- 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:
Jump to top of page