All tools/Bundler

Bundler

bundler

Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed.

Detected by bundle, bundler | macOS, Linux, Windows |bundler.io

Sync rules

What travels, what stays, what never leaves
Bundler in your home directory Every rule on this page, by file
BUNDLE_JOBS: "8"
BUNDLE_RETRY: "3"
BUNDLE_WITHOUT: "production"
BUNDLE_BUILD__MYSQL2: "--with-mysql-config=/opt/homebrew/opt/mysql-client/bin/mysql_config"machine-local
BUNDLE_BUILD__PG: "--with-pg-config=/opt/homebrew/opt/libpq/bin/pg_config"machine-local
BUNDLE_GEMS__CONTRIBSYS__COM: "octocat:FAKEcontribsysFAKEpassword"
BUNDLE_GITHUB__COM: "octocat:ghp_FAKE0000000000000000000000000000000000"

Each machine keeps its own copy of these.

BUNDLE_GEMS__BUNDLE_GITHUB__COM

Lifted into your secret store; the rest of the file syncs.

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/bundler. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these is generated from the same rules as this page. None of them splits BUNDLE_BUILD__ for you — that part is Otty’s own sync, or a template you write by hand.