mirror of
https://github.com/elastic/logstash.git
synced 2025-04-20 04:37:18 -04:00
- have `bootstrap` task do as little as possible: install gems in Gemfile.template that don't belong to groups - have test tasks depend on the `installTestGems` task instead of `bootstrap` - logstash es output is now a dependency because of license checking - fix out of memory problem in SharedHelpers.trap Also use release lockfile during installDefaultGems The release lockfile is only copied to Gemfile.lock if it doesn't exist. During the `installDefaultGems` task other plugin installation tasks already occurred, generating a lock file. This commit removes it before running the plugin installation. Fixes #10942
29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
# This is a Logstash generated Gemfile.
|
|
# If you modify this file manually all comments and formatting will be lost.
|
|
|
|
source "https://rubygems.org"
|
|
gem "logstash-core", :path => "./logstash-core"
|
|
gem "logstash-core-plugin-api", :path => "./logstash-core-plugin-api"
|
|
gem "atomic", "~> 1"
|
|
gem "builder", "~> 3"
|
|
gem "json", "~> 1.8.3"
|
|
gem "paquet", "~> 0.2"
|
|
gem "pleaserun", "~>0.0.28"
|
|
gem "rake", "~> 12"
|
|
gem "ruby-progressbar", "~> 1"
|
|
gem "logstash-output-elasticsearch"
|
|
gem "childprocess", "~> 0.9", :group => :build
|
|
gem "fpm", "~> 1.3.3", :group => :build
|
|
gem "gems", "~> 1", :group => :build
|
|
gem "octokit", "~> 4", :group => :build
|
|
gem "rubyzip", "~> 1", :group => :build
|
|
gem "stud", "~> 0.0.22", :group => :build
|
|
gem "belzebuth", :group => :development
|
|
gem "benchmark-ips", :group => :development
|
|
gem "ci_reporter_rspec", "~> 1", :group => :development
|
|
gem "flores", "~> 0.0.6", :group => :development
|
|
gem "json-schema", "~> 2", :group => :development
|
|
gem "logstash-devutils", "~> 1", :group => :development
|
|
gem "rack-test", :require => "rack/test", :group => :development
|
|
gem "rspec", "~> 3.5", :group => :development
|
|
gem "webmock", "~> 3", :group => :development
|