Skip to content

Commit

Permalink
Refs #35404 - fix undefined method `bump' for "6.11":String
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 6, 2022
1 parent eb6ff9e commit a14f008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/scenarios/self_upgrade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ForemanMaintain::Scenarios
class SelfUpgradeBase < ForemanMaintain::Scenario
include ForemanMaintain::Concerns::Downstream
def target_version
@target_version ||= current_version.bump
@target_version ||= Gem::Version.new(current_version).bump.to_s
end

def current_version
Expand Down

0 comments on commit a14f008

Please sign in to comment.