mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 21:57:26 -04:00
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
)
6 lines
120 B
Ruby
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'
|