mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
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:
parent
c8419c2097
commit
44b1913a15
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ def assemblyDeps = [downloadAndInstallJRuby, assemble] + subprojects.collect {
|
|||
it.tasks.findByName("assemble")
|
||||
}
|
||||
|
||||
def bundlerVersion = "~> 2"
|
||||
def bundlerVersion = "2.3.18"
|
||||
|
||||
tasks.register("installBundler") {
|
||||
dependsOn assemblyDeps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue