logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bundle-remove - Removes gems from the Gemfile

Description

       Removes  the  given  gems from the Gemfile while ensuring that the resulting Gemfile is still valid. If a
       gem cannot be removed, a warning is printed. If a gem is already absent from the Gemfile,  and  error  is
       raised.

Name

bundle-remove - Removes gems from the Gemfile

Options

--install
              Runs  bundleinstall  after the given gems have been removed from the Gemfile, which ensures that
              both the lockfile and the installed gems on disk are also updated to remove the given gem(s).

       Example:

       bundle remove rails

       bundle remove rails rack

       bundle remove rails rack --install

                                                  January 2025                                  BUNDLE-REMOVE(1)

Synopsis

bundleremove[GEM[GEM...]][--install]

See Also