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

(bug) - Fix ruby 3.x incompatibility #1

Merged
merged 5 commits into from
Oct 27, 2023
Merged

Commits on Oct 26, 2023

  1. (bug) - Fix ruby 3.x incompatibility

    It was noted that this gem was failing spec tests when running on ruby 3.x and above.
    The root cause of this issue seemed to be the absolute_path property found on the Thread::Backtrace::Location class.
    Updating this to path allows spec tests to pass on both ruby 2.x and 3.x.
    
    Can confirm that when consumed by other tools, this also works as expected. Open to suggested changes and improvements.
    jordanbreen28 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    273d4b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    4cd4e76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8477be8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    303293a View commit details
    Browse the repository at this point in the history
  4. (maint) - Add webrick gem

    The webrick gem is no longer shipped as part of the ruby stdlib as of
    3.x.
    Add a development requirement to the .gemspec, as we use this gem for
    testing.
    jordanbreen28 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f717ce2 View commit details
    Browse the repository at this point in the history