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
Same approach as ignore_ruby_upper_bounds but for required_rubygems_version
constraints. The metadata_dependency method now checks both settings
independently, and matches_current_rubygems? also respects the setting
for install-time compatibility checks.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
When set, Bundler ignores upper bound constraints (\fB<\fR and \fB<=\fR) on \fBrequired_ruby_version\fR in gem metadata\. Useful when gems haven't updated their gemspecs for newer Ruby versions but still work fine\.
When set, Bundler ignores upper bound constraints (\fB<\fR and \fB<=\fR) on \fBrequired_rubygems_version\fR in gem metadata\. Useful when gems haven't updated their gemspecs for newer RubyGems versions but still work fine\.
150
+
.TP
145
151
\fBinit_gems_rb\fR (\fBBUNDLE_INIT_GEMS_RB\fR)
146
152
Generate a \fBgems\.rb\fR instead of a \fBGemfile\fR when running \fBbundleinit\fR\.
0 commit comments