{"id":18717750,"url":"https://github.com/rubygems/bundler-compose","last_synced_at":"2025-04-12T13:32:41.805Z","repository":{"id":150560459,"uuid":"623195073","full_name":"rubygems/bundler-compose","owner":"rubygems","description":"A bundler plugin to allow composing new gems into an existing bundle","archived":false,"fork":false,"pushed_at":"2024-04-21T05:17:50.000Z","size":13856,"stargazers_count":27,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-22T09:17:39.296Z","etag":null,"topics":["bundler","bundler-plugin","cli","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/bundler-compose","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubygems.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["segiddins","rubygems"]}},"created_at":"2023-04-03T22:17:53.000Z","updated_at":"2024-11-09T12:35:17.000Z","dependencies_parsed_at":"2024-04-19T20:53:10.186Z","dependency_job_id":null,"html_url":"https://github.com/rubygems/bundler-compose","commit_stats":null,"previous_names":["rubygems/bundler-compose","segiddins/bundler-compose"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Fbundler-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Fbundler-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Fbundler-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Fbundler-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubygems","download_url":"https://codeload.github.com/rubygems/bundler-compose/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248573546,"owners_count":21126857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bundler","bundler-plugin","cli","ruby"],"created_at":"2024-11-07T13:17:37.175Z","updated_at":"2025-04-12T13:32:39.723Z","avatar_url":"https://github.com/rubygems.png","language":"Ruby","funding_links":["https://github.com/sponsors/segiddins","https://github.com/sponsors/rubygems"],"categories":[],"sub_categories":[],"readme":"# Bundler::Compose\n\nThis is a bundler subcommand called `bundle compose` that makes it easy to layer additional gems on top of an existing bundle.\n\nCurrently, two modes are supported: `bundle compose gem GEMNAME` and `bundle compose gemfile PATH_TO_ADDITIONAL_GEMFILE`.\n\nFor example, if you want to run solargraph in your rails project without adding it to the main Gemfile for that project,\n\n```sh\n$ cd path/to/project\n$ gem install bundler-compose\n$ bundle compose gem solargraph -- [solargraph options]\n```\n\nor if you want to run rubocop \u0026 plugins in a project that doesn't want to commit to a linter,\n\n```sh\n$ cd path/to/project\n$ cat \u003egems.rubocop.rb \u003c\u003c\u003cEOF\ngem \"rubopcop\"\ngem \"rubocop-rails\"\ngem \"rubocop-rspec\"\nEOF\n$ bundle compose gemfile ./gems.rubocop.rb --exec rubocop -a\n```\n\n## Installation\n\nUpdate to the latest rubygems and run:\n\n    $ gem exec bundler-compose ...\n\nTo install bundler-compose globally:\n\n    $ gem install bundler-compose\n\n## Usage\n\n```\nCommands:\n  bundle compose gemfiles GEMFILES...  # compose gemfiles into the current gemfile\n  bundle compose gems GEM_NAMES...     # compose gems into the current gemfile\n  bundle compose help [COMMAND]        # Describe subcommands or one specific subcommand\n\nOptions:\n      [--no-color]                 # Disable colorization in output\n  -r, [--retry=NUM]                # Specify the number of times you wish to attempt network commands\n  -V, [--verbose], [--no-verbose]  # Enable verbose output mode\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/segiddins/bundler-compose. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/segiddins/bundler-compose/blob/main/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Bundler::Compose project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/segiddins/bundler-compose/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubygems%2Fbundler-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubygems%2Fbundler-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubygems%2Fbundler-compose/lists"}