pin bundler 2.3.18 to avoid bug in .19 (#14394) (#14404)

When using Bundler 2.3.19, doing a "bin/logstash-plugin uninstall <plugin>"
will crash, failing to find gems in the :build group.

Until we know more about why, pin bundler to 2.3.19

(cherry picked from commit 8aa62dc441)

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-08-02 16:54:41 +02:00 committed by GitHub
parent c8419c2097
commit 44b1913a15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,7 +303,7 @@ def assemblyDeps = [downloadAndInstallJRuby, assemble] + subprojects.collect {
it.tasks.findByName("assemble") it.tasks.findByName("assemble")
} }
def bundlerVersion = "~> 2" def bundlerVersion = "2.3.18"
tasks.register("installBundler") { tasks.register("installBundler") {
dependsOn assemblyDeps dependsOn assemblyDeps