Skip to content

Commit fb8b258

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

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ruby_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
1414
with:
1515
command: bundle exec rubocop --parallel --format github
16+
ruby: 3.0
1617

1718
test:
1819
name: Ruby

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)