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

Switch to GitHub Actions #25

Merged
merged 2 commits into from
Apr 5, 2022
Merged

Switch to GitHub Actions #25

merged 2 commits into from
Apr 5, 2022

Commits on Apr 1, 2022

  1. Switch to GitHub Actions

    Fryguy committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    893ad84 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Choose new (hopefully more stable) gems for the tests

    The latest rack, which was used as the "gem with no dependencies",
    introduced a new dependency, complicating the specs, so this commit
    replaces them with gems that following the same pattern, but haven't
    been updated in a long time.
    
    - rack-obama is replaced with rubytest
    - rack is replaced with ansi
    
    The gem versions used in these specs follow a specific pattern in order to
    test various versions and overrides. rubytest 0.7.0 depends on ansi >= 0 which
    has no dependencies.  This allows us to manipulate the various versions of
    ansi without introducing additional dependencies complicating the test.
    ansi 1.4.2, 1.4.3, 1.5.0 are the three latest versions, and most tests "start"
    with ansi 1.4.3 in the base Gemfile. omg 0.0.6 is an additional gem that also
    has no dependencies.
    Fryguy committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    4eb551a View commit details
    Browse the repository at this point in the history