diff --git a/common/spec/warning_monkey_patch.rb b/common/spec/warning_monkey_patch.rb index 10af502fef7..6c5e999dde3 100644 --- a/common/spec/warning_monkey_patch.rb +++ b/common/spec/warning_monkey_patch.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true ALLOW_PATTERNS = [ + # TODO: Pin the parser version to the Ruby version--details: https://github.com/dependabot/dependabot-core/issues/5461 # Ignore parser warnings for ruby 2.7 minor version mismatches. # This is a recurring issue that occurs whenever the parser gets # ahead of our installed ruby version.