Skip to content

bundle install (bundle 1.16.1, AlmaLinux 8), installs to vendor/bundle #128

@conathan

Description

@conathan

Suspect this may be the case for any bundle version older then 2.x,

Gems are deploying to vendor/gems, and not release_path/shared/gems, on AlmaLinux/CentOS/RHEL 8 (Ruby 2.5.4, bundler 1.16.1)

Testing with the commands broken out
bundle config --local deployment true
bundle config --local path /home/webapps/test/shared/bundle
bundle config --local without development:test
(.bundle/config - BUNDLE_PATH: is set to "/home/webapps/test/shared/bundle")
bundle install --jobs 4 --deployment
(.bundle/config - BUNDLE_PATH: is set to "vendor/bundle")

The prior behavior of bundle install --path works as expected though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions