# rubygems/bundler

Manage your Ruby application's gem dependencies

Repository: https://github.com/rubygems/bundler
Canonical: https://ross.abutalabs.com/products/bundler
Homepage: https://bundler.io
Language: Ruby
License: MIT
License Family: permissive
Topics: ruby, rubygems, dependency-manager
Archived: true
Last push: 2021-03-19T11:26:04+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 6064, "days_push": 1993, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4877, forks 1965 (observed 2026-08-28T04:09:01.741711+00:00)

## What it is
Bundler is the standard dependency manager for Ruby applications, tracking and installing the exact gems and versions a project needs via a Gemfile and Gemfile.lock. This repository is the historical home of Bundler, which has since been merged into and maintained within the rubygems/rubygems repository.

## Use cases
- manage gem dependencies for a ruby application
- lock exact gem versions so every machine runs the same code
- install gems listed in a Gemfile with bundle install
- update project gems to newer compatible versions
- run executables in the context of the bundle with bundle exec

## When to choose
- you are building or maintaining a Ruby application with external gem dependencies
- you need reproducible gem installs across development, staging, and production
- you want automatic dependency resolution and version compatibility checks for gems

## When to avoid
- you are not working in the Ruby ecosystem
- you need to contribute to Bundler development - the project now lives in rubygems/rubygems
- you need a general-purpose package manager for non-gem artifacts

## Facets
- artifact type: library
- maturity: maintenance
- function: package-manager, dependency-audit, cli, developer-tools
- domain: developer-tools, version-control, programming-languages
- platform: ruby, cross-platform, cli
- tags: rubygems, gem-dependencies, gemfile, dependency-management, ruby-ecosystem, command-line

## Member repositories
- rubygems/bundler (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:01.741711+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:17.411489+00:00, confidence not recorded.
  - readme: https://github.com/rubygems/bundler (fetched 2026-08-28T04:09:01.741711+00:00, sha 86790496e279)
  - homepage: https://bundler.io (fetched 2026-08-29T09:00:41.039083+00:00, sha 2d32240beeb3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
