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

Optionally ignore missing files from cli #463

Merged

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    9bb5db9 View commit details
    Browse the repository at this point in the history
  2. Optionally ignore missing files from CLI

    This is particularly useful for wrapper scripts (like a `bin/dev`
    https://stevenharman.net/bin-dev-for-heroku-local) trying to mimic
    `dotenv-rails`'s ordered loading of multiple files.
    stevenharman committed May 26, 2023
    Configuration menu
    Copy the full SHA
    075e043 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Appease Standard.rb

    Use parentheses for ternary expressions with complex conditions.
    
    NOTE: I didn't change these lines, but I think an update to Standard is
    catching these lingering lint violations?
    stevenharman committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1a880cd View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Merge remote-tracking branch 'origin/master' into optionally_ignore_m…

    …issing_files_from_cli
    
    * origin/master:
      Remove EOL Ruby versions from build matrix (2.5, 2.6, 2.7)
      Fix lint errors
      Add Ruby 3.3 to the build matrix
    bkeepers committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    5075257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd0f664 View commit details
    Browse the repository at this point in the history