1 repository
Wrappers that run the correct locked package version directly without needing a command prefix.
Distinct from Script Wrappers: Distinct from Script Wrappers: focuses on version-locking wrappers for package executables, not privilege escalation or execution sequencing.
Explore 1 awesome GitHub repository matching development tools & productivity · Versioned Package Wrapper Generators. Refine with filters or upvote what's useful.
Bundler is a Ruby dependency manager that resolves gem versions and locks them in a lockfile so every machine installs the same set of dependencies. It manages package sources, provides environment diagnostics, and wraps commands and consoles to run inside a consistent gem context, preventing version mismatches across development, testing, and production. Unlike a simple package installer, Bundler uses a SAT solver to find a consistent set of gem versions satisfying all constraints, segregates authentication secrets from source URLs, and enforces platform-specific dependency filtering. Its lo
Generates wrapper scripts that run the correct locked gem version without requiring a command prefix.