{"id":15512257,"url":"https://github.com/printercu/gemfile_locker","last_synced_at":"2025-04-09T23:07:36.562Z","repository":{"id":56873774,"uuid":"74165767","full_name":"printercu/gemfile_locker","owner":"printercu","description":"Tool for managing Gemfile","archived":false,"fork":false,"pushed_at":"2023-01-15T21:52:16.000Z","size":34,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-02T15:03:45.394Z","etag":null,"topics":[],"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/printercu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-18T20:57:12.000Z","updated_at":"2021-04-27T21:59:56.000Z","dependencies_parsed_at":"2023-02-09T23:45:44.256Z","dependency_job_id":null,"html_url":"https://github.com/printercu/gemfile_locker","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printercu%2Fgemfile_locker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printercu%2Fgemfile_locker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printercu%2Fgemfile_locker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printercu%2Fgemfile_locker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/printercu","download_url":"https://codeload.github.com/printercu/gemfile_locker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239073969,"owners_count":19577123,"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":[],"created_at":"2024-10-02T09:53:33.196Z","updated_at":"2025-02-16T00:32:15.698Z","avatar_url":"https://github.com/printercu.png","language":"Ruby","readme":"# GemfileLocker\n\n[![Gem Version](https://badge.fury.io/rb/gemfile_locker.svg)](http://badge.fury.io/rb/gemfile_locker)\n[![Code Climate](https://codeclimate.com/github/printercu/gemfile_locker/badges/gpa.svg)](https://codeclimate.com/github/printercu/gemfile_locker)\n[![Build Status](https://travis-ci.org/printercu/gemfile_locker.svg)](https://travis-ci.org/printercu/gemfile_locker)\n\nIt can lock all (or selected) dependencies strictly or semi-strictly (with `~\u003e`),\nso it gets safe to run `bundle update` anytime.\n\nIt can also unlock dependencies so you can easily update to the latest versions.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'gemfile_locker'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install gemfile_locker\n\n## Usage\n\n```\ngemfile_locker help [COMMAND]\n\ngemfile_locker lock [gem ...] [options]   # Lock all missing versions or specified gems.\n\nOptions:\n  -l, [--loose=LOOSE]           # Lock with `~\u003e`. Optionaly provide level (default to patch)\n                                # Possible values: major, minor, patch, full\n  -e, [--except=one two three]  # List of gems to skip\n  -f, [--force]                 # Overwrite version definitions\n                                # (By default it adds only missing version definitions)\n  -g, [--gemfile=GEMFILE]       # Path to gemfile\n                                # Default: Default: gems.rb or Gemfile (detected)\n\ngemfile_locker unlock [gem ...] [options] # Unock all or specified gems.\n\nOptions:\n  -e, [--except=one two three]  # List of gems to skip\n  -g, [--gemfile=GEMFILE]       # Path to gemfile\n                                # Default: Default: gems.rb or Gemfile (detected)\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies.\nThen, run `rake spec` to run the tests.\nYou 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`.\nTo release a new version, update the version number in `version.rb`,\nand then run `bundle exec rake release`, which will create a git tag for the version,\npush git commits and tags, 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/printercu/gemfile_locker.\n\n## License\n\nMIT\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprintercu%2Fgemfile_locker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprintercu%2Fgemfile_locker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprintercu%2Fgemfile_locker/lists"}