Conversation
b57409a to
998166d
Compare
9452793 to
68d3cd6
Compare
|
@kares This is passing now; since I updated with the new |
|
nice, off-topic but how so that those: directives went away, do you happen to know? |
68d3cd6 to
854c086
Compare
Yeah, I updated the description to try and explain why I removed them. Basically the bundler version switches (JRuby default vs lockfile) are not working properly via the setup here. I don't know what the issue is, perhaps something specific to the GHA and/or It was working before because all JRuby 9.4 and 10 versions were using bundler |
|
It looks to me like the old problem of having to create some dummy script file to set to the |
|
Will merge and then we can add back if you have an idea what the issue is so I can look into it.🙏 |
|
👍 looked into Bundler source for a bit, no ideas on my part... |
I removed the locked bundler versions as the
bundler-maven-pluginseems to have issues switching bundler versions dynamically when run within GitHub Actions in some cases, which only seems to happen when the default jruby bundler version is different to that locked in the lockfile. Errors are like the below (changed as default bundler version packaged with jruby 10.0.1.0 moved to 2.6.9)Since I can't find a way to "fix" this, easier to just remove the locked versions and use the versions implied by the JRuby version under test.