mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
5 lines
163 B
Ruby
5 lines
163 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 "pry", :group => :test
|