Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Examples: time aware passenger ages #97

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jul 12, 2024

  1. Make examples time aware

    Time moves on and the ages in these examples are no longer valid. These
    changes replace static ages with calculated equivalents so that they can
    be rerun at any time with confidence.
    sgerrand committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    608260d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    1152098 View commit details
    Browse the repository at this point in the history
  2. Fix RuboCop offense: Gemspec/DevelopmentDependencies

    Gemspec/DevelopmentDependencies: Specify development dependencies in
    Gemfile.
    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    74fa099 View commit details
    Browse the repository at this point in the history
  3. Fix silently broken test case

    Pull test case out of setup.
    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    321c9ca View commit details
    Browse the repository at this point in the history
  4. CI: update Ruby test matrix

    - Remove Ruby 2.6: rubocop >= 1.51.0 depends on Ruby >= 2.7.0
    - Add modern, generally available Ruby versions: 3.2, 3.3
    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a1737f6 View commit details
    Browse the repository at this point in the history
  5. bundle exec appraisal update

    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    131db12 View commit details
    Browse the repository at this point in the history
  6. Correct RuboCop offense: Style/SuperArguments

    Style/SuperArguments: Call super without arguments and parentheses when
    the signature is identical.
    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5ad0eb5 View commit details
    Browse the repository at this point in the history
  7. Correct RuboCop offense: Style/RedundantInterpolation

    Style/RedundantInterpolation: Prefer to_s over string interpolation.
    sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2a13f9f View commit details
    Browse the repository at this point in the history
  8. Bump actions/upload-artifact from 2 to 4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and sgerrand committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f45af27 View commit details
    Browse the repository at this point in the history