{"id":33178028,"url":"https://github.com/lambda2/breezer","last_synced_at":"2026-01-18T14:43:00.742Z","repository":{"id":40165413,"uuid":"238459528","full_name":"lambda2/breezer","owner":"lambda2","description":"🔒 Lock your Gemfile dependencies to safe versions","archived":false,"fork":false,"pushed_at":"2023-01-20T21:48:27.000Z","size":789,"stargazers_count":5,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-20T21:02:35.611Z","etag":null,"topics":["ci","gemfile","ruby","security"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lambda2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-05T13:42:23.000Z","updated_at":"2021-03-20T22:40:26.000Z","dependencies_parsed_at":"2023-01-28T21:45:16.561Z","dependency_job_id":null,"html_url":"https://github.com/lambda2/breezer","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/lambda2/breezer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambda2%2Fbreezer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambda2%2Fbreezer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambda2%2Fbreezer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambda2%2Fbreezer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambda2","download_url":"https://codeload.github.com/lambda2/breezer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambda2%2Fbreezer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28538309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T13:04:05.990Z","status":"ssl_error","status_checked_at":"2026-01-18T13:01:44.092Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ci","gemfile","ruby","security"],"created_at":"2025-11-16T03:00:30.883Z","updated_at":"2026-01-18T14:43:00.715Z","avatar_url":"https://github.com/lambda2.png","language":"Ruby","funding_links":[],"categories":["Code Analysis and Linter"],"sub_categories":[],"readme":"# ❄️ Breezer\n\n\u003e /Bundle freezer/\n\n[![Gem Version](https://badge.fury.io/rb/breezer.svg)](https://badge.fury.io/rb/breezer) [![Build Status](https://travis-ci.org/lambda2/breezer.png?branch=master)](https://travis-ci.org/lambda2/breezer)\n\nA cli to automatically set all your Gemfile dependencies to safe versions.\n\n## In short\n\n* Updates your Gemfile with your actual used version (from the Gemfile.lock)\n* Set if you want to constraint the exact version (ex: = 4.3.2), the patch level (ex: ~\u003e 1.2.3) or the minor level (ex: 1.2).\n* Run a check on your Gemfile to ensure all your deps are properly constrained.\n* No deps except bundler.\n* Tested against the latest Ruby 2.4.x, 2.5.x, 2.6.x \u0026 2.7.x. See [`.travis-ci.yml`](https://github.com/lambda2/breezer/blob/master/.travis.yml) for the exact versions.\n\n![video](./images/demo.gif)\n\n## Cli\n\n```bash\nUsage: breezer DIR [options]\n    -l, --level LEVEL                Set the minimum level of gem updates (default: patch). Set to 'exact' to lock gems versions (not recommended).\n    -L, --lockfile NAME              Use different lockfile (default: Gemfile.lock)\n    -d, --dry-run                    Print the updated Gemfile instead of writing it\n    -o, --output FILE                The output file (default: Gemfile)\n    -c, --check                      Check that all gems have version constraints\n    -h, --help                       Show this help message\n```\n\n## Library\n\n```ruby\nrequire 'breezer'\n\nBreezer.freeze!('Gemfile', 'Gemfile.lock', {level: :minor})\n```\n\n## Requirements\n\n* `bundler`\n\n## Install\n\n* `gem install breezer`\n\n## License\n\n[MIT License](http://www.opensource.org/licenses/mit-license.php)\n\n## Authors\n\n* [André Aubin](https://github.com/lambda2)\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## Test\n\n```Bash\nbundle exec rake test\n```\n\n## Release\n\n```Bash\nbundle exec rake bump:{patch|minor|major}\nbundle exec rake release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambda2%2Fbreezer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambda2%2Fbreezer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambda2%2Fbreezer/lists"}