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

Bump capistrano-bundler from 1.3.0 to 2.0.1 #4109

Merged
merged 2 commits into from
Sep 27, 2020

Commits on Sep 27, 2020

  1. Bump capistrano-bundler from 1.3.0 to 2.0.1

    Bumps [capistrano-bundler](https://github.com/capistrano/bundler) from 1.3.0 to 2.0.1.
    - [Release notes](https://github.com/capistrano/bundler/releases)
    - [Commits](capistrano/bundler@v1.3.0...v2.0.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    750016f View commit details
    Browse the repository at this point in the history
  2. Add .bundle to shared dirs in Capistrano

    The 2.0.0 release of capistrano-bundler creates a configuration file
    under `.bundle/config`. It was creating a new configuration file for
    each release because we weren't using a shared folder.
    
    Besides, quoting the capistrano-bundler README [1]:
    
    > In order for Bundler to work efficiently on the server, its project
    > configuration directory (<release_path>/.bundle/) should be persistent
    > across releases. You need to add it to the linked_dirs Capistrano
    > variable
    
    [1] https://github.com/capistrano/bundler/blob/v2.0.1/README.md
    javierm committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    721a87b View commit details
    Browse the repository at this point in the history