logstash/qa/Gemfile
github-actions[bot] 2ae452ee25
Refactor qa/acceptance tests to get away from vagrant (#15696) (#15751)
This commit modernizes the qa/acceptance (packaging) test framework by
moving away from Vagrant and having the tests operate locally.

As we are migrating to Buildkite, the expectation is that those tests
will run on dedicated vms thus removing the necessity of vagrant.

Relates: https://github.com/elastic/ingest-dev/issues/1722
(cherry picked from commit cebe4a7537)

Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
2024-01-17 18:20:16 +02:00

6 lines
120 B
Ruby

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