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

Add support for rails credentials #34

Merged
merged 6 commits into from
Feb 15, 2024

Commits on Jan 31, 2024

  1. Update ruby, rails and rspec

    ruby to 3.2.2
    Rails to 7.1.3
    and rspec to 3.12
    svanhesteren committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3e2c32e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b2298 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f3806e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Explicitly check for secrets and credential files

    So we prioritize credential files over secret files and only look for
    credential files from rails 7.2 onwards.
    svanhesteren committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7a7a39a View commit details
    Browse the repository at this point in the history
  2. Helper rename

    svanhesteren committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    51b3269 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Update README

    svanhesteren committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4e72e41 View commit details
    Browse the repository at this point in the history