You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
method_option"strict",type: :boolean,banner: "Do not allow any gem to be updated past latest --patch | --minor | --major"
325
326
method_option"conservative",type: :boolean,banner: "Use bundle install conservative update behavior and do not allow shared dependencies to be updated."
Adds the named gem to the [\fBGemfile(5)\fR][Gemfile(5)] and run \fBbundleinstall\fR\.\fBbundleinstall\fR can be avoided by using the flag \fB\-\-skip\-install\fR\.
10
10
.SH "OPTIONS"
@@ -50,6 +50,9 @@ Adds optimistic declaration of version\.
50
50
.TP
51
51
\fB\-\-strict\fR
52
52
Adds strict declaration of version\.
53
+
.TP
54
+
\fB\-\-cooldown=<number>\fR
55
+
Only consider gem versions published at least \fInumber\fR days ago when resolving\. Pass \fB0\fR to disable cooldown for this run\. See \fBcooldown\fR in bundle\-config(1) for precedence rules\.
53
56
.SH "EXAMPLES"
54
57
.IP"1."4
55
58
You can add the \fBrails\fR gem to the Gemfile without any version restriction\. The source of the gem will be the global source\.
0 commit comments