Skip to content

Commit

Permalink
Pin plugins that incorporate breaking changes in 9.0
Browse files Browse the repository at this point in the history
A number of plugins include breaking changes in 9.x, which, without
restriction, will be included in development `8.x` branches that do
not include a lockfile.

This commit adds these to the Gemfile.template to avoid being introduced
in 8.x development branches
  • Loading branch information
robbavey committed Dec 5, 2024
1 parent 0cfb5cf commit c4e0ca5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ gem "jar-dependencies", "= 0.4.1" # Gem::LoadError with jar-dependencies 0.4.2
gem "murmurhash3", "= 0.1.6" # Pins until version 0.1.7-java is released
gem "thwait"
gem "bigdecimal", "~> 3.1"

# Pin plugins to avoid including those with breaking changes in development builds without a defined lockfile
gem "logstash-input-beats", "~> 6"
gem "logstash-output-http", "~> 5"

0 comments on commit c4e0ca5

Please sign in to comment.