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 Ruby 3.2 #143

Merged
merged 2 commits into from
Jun 30, 2024
Merged

Add support for Ruby 3.2 #143

merged 2 commits into from
Jun 30, 2024

Commits on Jan 10, 2024

  1. Add support for Ruby 3.2

    Ruby 2.2 deprecated `File#exists?` in favor of `File#exist?`, and Ruby
    3.2 removed the deprecated method.
    
    We need to use the "new" method to run on Ruby 3.2.
    smortex committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    12113f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Regenerate a lockfile with current ruby and dependencies

    This old bundle is broken with current ruby.  Allow to bundle using the
    latest version of the dependencies that match the Gemfile.  This should
    allow the test suite to run.
    smortex committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5c3748b View commit details
    Browse the repository at this point in the history