mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 14:17:58 -04:00
* 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>
6 lines
119 B
Ruby
6 lines
119 B
Ruby
source "https://rubygems.org"
|
|
gem "rspec", "~> 3.13"
|
|
gem "rake"
|
|
gem "stud"
|
|
gem "pry", :group => :test
|
|
gem 'docker-api'
|