{"id":17736546,"url":"https://github.com/toshimaru/bundled_gems","last_synced_at":"2025-07-28T00:08:40.010Z","repository":{"id":35145148,"uuid":"212638854","full_name":"toshimaru/bundled_gems","owner":"toshimaru","description":"Install gem specified in Gemfile.lock without `bundle install`.","archived":false,"fork":false,"pushed_at":"2022-12-28T07:28:08.000Z","size":43,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-24T18:50:43.294Z","etag":null,"topics":["gem","ruby","rubygems"],"latest_commit_sha":null,"homepage":"","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/toshimaru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-03T17:30:20.000Z","updated_at":"2022-12-14T23:06:18.000Z","dependencies_parsed_at":"2023-01-15T14:44:30.465Z","dependency_job_id":null,"html_url":"https://github.com/toshimaru/bundled_gems","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/toshimaru/bundled_gems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fbundled_gems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fbundled_gems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fbundled_gems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fbundled_gems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toshimaru","download_url":"https://codeload.github.com/toshimaru/bundled_gems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fbundled_gems/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267354297,"owners_count":24073765,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["gem","ruby","rubygems"],"created_at":"2024-10-26T00:23:24.225Z","updated_at":"2025-07-28T00:08:39.977Z","avatar_url":"https://github.com/toshimaru.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BundledGems\n\n[![Gem Version](https://badge.fury.io/rb/bundled_gems.svg)](https://badge.fury.io/rb/bundled_gems)\n[![Actions Status](https://github.com/toshimaru/bundled_gems/workflows/Ruby%20Test/badge.svg)](https://github.com/toshimaru/bundled_gems/actions)\n\nInstall a gem specified in `Gemfile.lock` without running `bundle install`.\n\n## Motivation\n\nAfter the emergence of Docker, libraries (such as rubygems) are installed inside Docker or Docker Volume, but we sometimes want to install specific version of libraries in Host machine.\n\nHere comes the bundled_gems command (`bgem`). `bgem` reads your `Gemfile.lock` and install the specific version of the gem.\n\n## Installation\n\n```console\n$ gem install bundled_gems\n```\n\nThen, `bgem` command is available.\n\n## Usage\n\n```console\n$ bgem                    \nCommands:\n  bgem help [COMMAND]         # Describe available commands or one specific command\n  bgem install [BUNDLED_GEM]  # install [BUNDLED_GEM] specified in `Gemfile.lock`\n  bgem list                   # bundle list without `bundle install`\n  bgem version                # bundled_gems version\n```\n\n### List gems\n\n```console\n$ bgem list\nGems included in `Gemfile.lock`:\n  * actionpack, 5.2.3\n  * actionview, 5.2.3\n  * activesupport, 5.2.3\n  ...(snip)...\n```\n\n### Install gem\n\n```console\n$ bgem install gem_name\n```\n\n## Example\n\n```console\n$ gem install bundled_gems  # Install bundled_gems and `bgem` command is available\n$ bgem install rubocop      # install rubocop specified in `Gemfile.lock`\n$ rubocop                   # Run rubocop\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` 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`.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/toshimaru/bundled_gems/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\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 BundledGem project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/toshimaru/bundled_gems/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2Fbundled_gems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoshimaru%2Fbundled_gems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2Fbundled_gems/lists"}