Pedro Paiva
Pedro Paiva
Hi, @matsales28, hope you're doing great. I don't think anyone started working on this. I added the label that you suggested. If you think I can help you with anything...
Thank you for your contribution. If you like to see the errors, you will need to update the GitHub actions too. https://github.com/thoughtbot/shoulda-matchers/blob/4eb5bb0b350bb75b3c298f8e4acd1fc362f889ab/.github/workflows/ci.yml#L33-L36 The problem that I'm facing is that the...
> > The problem that I'm facing is that the tests use a method for ActiveSupport that was removed - unloadable. > > [github/graphql-client#274](https://github.com/github/graphql-client/pull/274) seems to fix this and their...
Sorry, I forgot to tell you that Rails 7.0 requires Ruby 2.7+. We need to update the ci in a way that prevents it from running with invalid ruby versions....
I'll try to reproduce locally and give you some information about the problem ASAP.
Hi @technicalpickles, sorry for taking so long to get back to you. I finally finished the PR which adds support for ruby 3.1. I'll take another look at this PR...
> I haven't been able to reproduce locally on macOS, or in a devcontainer. > > Also I merged in main, and now I'm seeing a lot of failures for...
> Sorry about raising an issue without a PR, I had bin/setup issues with Puma/bundler. Hi, @Burgestrand, I'm sorry to hear that. Can you give me more details about the...
So, we need to update some dependencies so that it doesn't happen again! :smile: Thanks!
Oh, sorry, my bad. It should be `Update CI to work with bundler-cache`. Take a look at this PR: https://github.com/thoughtbot/shoulda-matchers/pull/1467, it tries to close this issue.