Formatting

This commit is contained in:
Rick Carlino 2018-01-14 08:20:36 -06:00
parent 69b34e64bb
commit 3b83e95050

View file

@ -1,5 +1,4 @@
class CalculateUpgrade < Mutations::Command
# If version <= this, you can't just fast forward to the latest FBOS version
MEDIUM_OLDISH = Gem::Version.new("5.0.9")
LEGACY_CUTOFF = Gem::Version.new("5.0.6")