Skip to content

Commit

Permalink
Merge pull request #54 from agrare/bump_floe_0_4_1
Browse files Browse the repository at this point in the history
Bump floe to v0.4.1 for task output fixes
  • Loading branch information
Fryguy authored Oct 6, 2023
2 parents b946c1c + ed73da6 commit bc28c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-providers-workflows.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "floe", "~> 0.4.0"
spec.add_dependency "floe", "~> 0.4.1"

spec.add_development_dependency "manageiq-style"
spec.add_development_dependency "simplecov", ">= 0.21.2"
Expand Down

0 comments on commit bc28c48

Please sign in to comment.