summaryrefslogtreecommitdiff
path: root/lib/bundler/man/bundle-remove.1
blob: 4dc7a03b9f5de2bef41f8b36fd218c44c1050931 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.\" generated with Ronn-NG/v0.10.1
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
.TH "BUNDLE\-REMOVE" "1" "September 2025" ""
.SH "NAME"
\fBbundle\-remove\fR \- Removes gems from the Gemfile
.SH "SYNOPSIS"
`bundle remove [GEM [GEM \|\.\|\.\|\.]]
.SH "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\.
.P
Example:
.P
bundle remove rails
.P
bundle remove rails rack