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

schleuder-web: bundle: various fixes #50

Merged
merged 3 commits into from
May 21, 2024
Merged

Commits on May 21, 2024

  1. schleuder-web: bundle: install dev and test groups as well

    Otherwise, further bundle invocations might error out due to the Gemfile
    relying on group-specific gems, which is not compatible with the current
    Gemfile.lock, which is tracked in git upstream and which is not
    group-aware.
    nevart committed May 21, 2024
    Configuration menu
    Copy the full SHA
    754d3a3 View commit details
    Browse the repository at this point in the history
  2. schleuder-web: ensure correct permissions

    Otherwise, bundle invocations might fail due to permission errors.
    nevart committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4f5fa2e View commit details
    Browse the repository at this point in the history
  3. schleuder-web: bundle: ensure to install gems

    Before, due to the 'when' condition, gems have not been installed
    correctly which would have lead to errors further on, if bundle was
    invoked.
    nevart committed May 21, 2024
    Configuration menu
    Copy the full SHA
    19fe80a View commit details
    Browse the repository at this point in the history