module Dependabot
Relevant dep docs can be found at:
Go pre-release versions use 1.0.1-rc1 syntax, which Gem::Version converts into 1.0.1.pre.rc1. We override the `to_s` method to stop that alteration. Best docs are at github.com/Masterminds/semver