mirror of
https://github.com/elastic/logstash.git
synced 2025-04-21 13:18:16 -04:00
6 lines
174 B
Ruby
6 lines
174 B
Ruby
source "https://rubygems.org"
|
|
gem "runner-tool", :git => "https://github.com/purbon/runner-tool.git"
|
|
gem "rspec", "~> 3.1.0"
|
|
gem "rake"
|
|
gem "stud"
|
|
gem "pry", :group => :test
|