Remove nokogiri gem from dep:list

This commit is contained in:
Masahiro Nakagawa 2017-04-25 18:29:55 +09:00
parent 36e044e349
commit 35949a8785

View File

@ -10,7 +10,7 @@ namespace :dep do
"bundler" => "1.7.4" # bundler version does not appear in Gemfile.lock
}
skip_gems = %w(fluentd)
ignore_gems_at_dump = %w(bundler rake json httpclient tzinfo tzinfo-data thread_safe fluentd-ui) # these gems are installed by td-agent
ignore_gems_at_dump = %w(bundler rake json httpclient tzinfo tzinfo-data nokogiri thread_safe fluentd-ui) # these gems are installed by td-agent
lock_file = "Gemfile.production.lock"
unless ENV["SKIP_BUNDLE_INSTALL"]
# ensure Gemfile.production.lock file is up to date