mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-07 06:47:09 +02:00
Remove nokogiri gem from dep:list
This commit is contained in:
parent
36e044e349
commit
35949a8785
@ -10,7 +10,7 @@ namespace :dep do
|
|||||||
"bundler" => "1.7.4" # bundler version does not appear in Gemfile.lock
|
"bundler" => "1.7.4" # bundler version does not appear in Gemfile.lock
|
||||||
}
|
}
|
||||||
skip_gems = %w(fluentd)
|
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"
|
lock_file = "Gemfile.production.lock"
|
||||||
unless ENV["SKIP_BUNDLE_INSTALL"]
|
unless ENV["SKIP_BUNDLE_INSTALL"]
|
||||||
# ensure Gemfile.production.lock file is up to date
|
# ensure Gemfile.production.lock file is up to date
|
||||||
|
Loading…
Reference in New Issue
Block a user