Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Bundler 2.1.0.pre.3 #2668

Merged
merged 1 commit into from Nov 11, 2019
Merged

Merge Bundler 2.1.0.pre.3 #2668

merged 1 commit into from Nov 11, 2019

Commits on Nov 11, 2019

  1. Merge Bundler 2.1.0.pre.3

      Features:
        - Add caller information to some deprecation messages to make them easier to fix [#7361](rubygems/bundler#7361)
        - Reconcile `bundle cache` vs `bundle package` everywhere. Now in docs, CLI help and everywhere else `bundle cache` is the preferred version and `bundle package` remains as an alias [#7389](rubygems/bundler#7389)
        - Display some basic `bundler` documentation together with ruby's RDoc based documentation [#7394](rubygems/bundler#7394)
    
      Bugfixes:
        - Fix typos deprecation message and upgrading docs [#7374](rubygems/bundler#7374)
        - Deprecation warnings about `taint` usage on ruby 2.7 [#7385](rubygems/bundler#7385)
        - Fix `--help` flag not correctly delegating to `man` when used with command aliases [#7388](rubygems/bundler#7388)
        - `bundle add` should cache newly added gems if an application cache exists [#7393](rubygems/bundler#7393)
        - Stop using an insecure folder as a "fallback home" when user home is not defined [#7416](rubygems/bundler#7416)
        - Fix `bundler/inline` warning about `Bundler.root` redefinition [#7417](rubygems/bundler#7417)
    hsbt committed Nov 11, 2019
    Copy the full SHA
    e59fdd9 View commit details
    Browse the repository at this point in the history