Skip to content

bundler-v2.5.10

Compare
Choose a tag to compare
@deivid-rodriguez deivid-rodriguez released this 03 May 12:41
· 39 commits to 3.5 since this release
24cac00

Security:

  • Never write credentials to lockfiles #7560

Enhancements:

  • Add auto_install support to require "bundler/setup" #6561
  • Add --glob flag to bundle add #7557

Bug fixes:

  • Make sure bundle update <specific_gems> can always update to the latest resolvable version of each requested gem #7558
  • Show better error when installed gemspecs are unreadable #7603
  • Fix bundle update not working on an out of sync lockfile #7607
  • Don't upcase Windows ENV before backing it up #7574
  • Properly resolve aliases when bundle help is run #7601
  • Fix issue installing gems with linux-musl variant on non musl linux #7583

Documentation:

  • Clarify bundle check behaviour in docs #7613