Skip to content

Commit bee26ce

Browse files
committed
Drop explicit dependency on dynflow
We already depend on foreman-tasks >= 8.3.0, foreman-tasks already requires the minimal dynflow version we need here (we need >= 1.0.2, tasks started depending on >=1.0.4 in 0.15.7) so we don't need to carry the dependency ourselves.
1 parent 9ef9268 commit bee26ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

foreman_remote_execution.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Gem::Specification.new do |s|
2121
s.required_ruby_version = '>= 2.7', '< 4'
2222

2323
s.add_dependency 'deface'
24-
s.add_dependency 'dynflow', '>= 1.0.2', '< 2.0.0'
2524
s.add_dependency 'foreman-tasks', '>= 8.3.0'
2625

2726
s.add_development_dependency 'factory_bot_rails', '~> 4.8.0'

0 commit comments

Comments
 (0)