logstash/qa/Gemfile
Dimitrios Liappis e74c0679fd
Refactor qa/acceptance tests to get away from vagrant (#15696) (#15754)
This commit modernizes the qa/acceptance (packaging) test framework by
moving away from Vagrant and having the tests operate locally.

Relates: https://github.com/elastic/ingest-dev/issues/1722

(cherry picked from commit cebe4a7537)
2024-01-17 09:55:40 +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'