logstash/qa/Gemfile
Mashhur 1e5105fcd8
Fix QA failure introduced by Health API changes and update rspec dependency of the QA package. (#16521)
* Update rspec dependency of the QA package.

* Update qa/Gemfile

Align on rspec 3.13.x

Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>

* Fix the QA test failure caused after reflecting Health Report status to the Node stats.

---------

Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
2024-10-09 14:47:01 -07:00

6 lines
119 B
Ruby

source "https://rubygems.org"
gem "rspec", "~> 3.13"
gem "rake"
gem "stud"
gem "pry", :group => :test
gem 'docker-api'