foreman-tasks.gemspec in foreman-tasks-7.2.1 vs foreman-tasks.gemspec in foreman-tasks-8.0.0

- old
+ new

@@ -18,18 +18,18 @@ to resources. The locking allows dealing with preventing multiple colliding tasks to be run on the same resource. It also optionally provides Dynflow infrastructure for using it for managing the tasks. DESC s.files = `git ls-files`.split("\n").reject do |file| - file.end_with?("test.rake") + file.end_with?("test.rake") || file == '.packit.yaml' end s.test_files = `git ls-files test`.split("\n") s.extra_rdoc_files = Dir['README*', 'LICENSE'] s.add_dependency "dynflow", '>= 1.6.0' + s.add_dependency 'fugit', '~> 1.8' s.add_dependency "get_process_mem" # for memory polling - s.add_dependency "parse-cron", '~> 0.1.4' s.add_dependency "sinatra" # for Dynflow web console s.add_development_dependency 'factory_bot_rails', '~> 4.8.0' s.add_development_dependency 'sqlite3' end