Skip to content

Instantly share code, notes, and snippets.

@dlynam
Created April 20, 2023 23:37
Show Gist options
  • Select an option

  • Save dlynam/b3ee10e32017fd2ab2d701a176a73aa3 to your computer and use it in GitHub Desktop.

Select an option

Save dlynam/b3ee10e32017fd2ab2d701a176a73aa3 to your computer and use it in GitHub Desktop.
MonitorOutdatedGems::Config.new do
set_frequency_default "monthly"
set_versions_default "MAJOR"
monitor "strong_migrations", versions: "PATCH"
monitor "browser", versions: "MINOR"
monitor "annotate", versions: "MAJOR"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment