Nick Charlton

Results 152 comments of Nick Charlton

I just merged in #181, which fixed (most) of the failures on Travis so at least the failures on #174 are specific to the changes now!

I've not had the opportunity to work with a `plugin`, but looking at this I think that's right: https://bundler.io/guides/bundler_plugins.html You'll get a `NoMethodError`, as Appraisal is trying to parse the...

This looks like you're using GitHub Actions. Could you try the branch as included in #174 and report back on whether or not that fixes it for you?

My immediate feeling is that #176 would be the right way to do this (I'm going to look at this once I fix several bundler compatibility issues we currently have...

Taking a look upstream to `bundler` itself, it seems like this is a network retry note to bundler itself: > `retry` (`BUNDLE_RETRY`): The number of times to retry failed network...

In your local setup, have you switched git to use `main` in the `init.defaultBranch` configuration? If I restore this value to `master`, the tests pass but with `main` two are...

Oh! I think I understand the problem properly now. I was previously running 2.2.4, and seeing failures around this test, too, which confused me. I upgraded `bundler` to 2.2.24 which...

Thanks for opening this @excid3! I tried it out on a project a while ago, then got completely swamped elsewhere, so I'm only just coming back to this. Basically, I...

Hi @pboling, thanks for commenting above and sorry it's been a long time! I'd be very excited to get some help with this project; this PR is the main thing...

@pboling, I know that feeling! …unfortunately. The main thing stopping us right now is this issue. This particular fix is okay, but without tests, I'm not willing to merge it...