Ruby Package Management
RubyGems (gem) and Bundler. Standardize Ruby library distribution and project dependency management.
GitHub Star Comparison
| No | Name | GitHub Stars | Description | Trend | License | Type | Official Site |
|---|---|---|---|---|---|---|---|
| 1 | Bundler | ⭐ 4.9k | Tool for managing Ruby application dependencies. Define dependencies declaratively with Gemfile | Standard tool for almost all Ruby projects including Rails | MIT | Dependency Manager | Official |
| 2 | RubyGems | ⭐ 3.8k | Standard package management system for Ruby. Manage library installation, updates, and removal with gem command | Maintains stable position as Ruby standard tool. Commonly used with Bundler | Ruby | Package Manager | Official |