bundle add <arg>
Add gem to the Gemfile and run bundle install
Arguments
Name | Description |
---|---|
arg |
Options
Name | Description |
---|---|
--version, -v | Specify version requirements |
--group, -g | Specify the group(s) for the added gem |
--source, -s | Specify the source |
--skip-install | Adds the gem to the Gemfile but does not install it |
--optimistic | Adds optimistic declaration of version |
--strict | Adds strict declaration of version |