mirror of
https://github.com/elastic/logstash.git
synced 2025-04-21 05:08:07 -04:00
5 lines
140 B
Ruby
5 lines
140 B
Ruby
namespace "dependency" do
|
|
task "bundler" do
|
|
Rake::Task["gem:require"].invoke("bundler", "~> 1.17.3")
|
|
end
|
|
end # namespace dependency
|