gem lock <GEMNAME-VERSION>
Generate a lockdown list of gems
Arguments
Name | Description |
---|---|
GEMNAME-VERSION | Name and the version of gem to lock, ex: rails-1.0.0 |
Options
Name | Description |
---|---|
-s, --strict | Fail if unable to satisfy a dependency |
--no-strict | Do not fail if unable to satisfy a dependency |