Skip to content

Commit 4e47763

Browse files
committed
Refs #38991 - update Dynflow requirement to 2.0.0
1 parent da8540c commit 4e47763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

foreman-tasks.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ same resource. It also optionally provides Dynflow infrastructure for using it f
2626
s.test_files = `git ls-files test`.split("\n")
2727
s.extra_rdoc_files = Dir['README*', 'LICENSE']
2828

29-
s.add_dependency "dynflow", '>= 1.9.0'
29+
s.add_dependency "dynflow", '>= 2.0.0'
3030
s.add_dependency 'fugit', '~> 1.8'
3131
s.add_dependency "get_process_mem" # for memory polling
3232
s.add_dependency "sinatra" # for Dynflow web console

webpack/ForemanTasks/Components/TaskDetails/Components/Dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const Dependencies = ({ dependsOn, blocks }) => (
6565
ouiaId="task-dependencies-info-alert"
6666
>
6767
{__(
68-
'This task may have dependencies on other tasks or may be blocking other tasks from executing. Dependencies are established through task chaining relationships.'
68+
'This task may have dependencies on other tasks or may be blocking other tasks from executing.'
6969
)}
7070
</Alert>
7171
<br />

0 commit comments

Comments
 (0)