From 75c5d69e5b75610a8382d8f423b048aa3338f7e9 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 1 Feb 2023 01:51:11 +0000 Subject: [PATCH] import `active_support/.../delegation` to access `delegate` --- updater/lib/dependabot/service.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/updater/lib/dependabot/service.rb b/updater/lib/dependabot/service.rb index b7a609cb7d..5d47421de3 100644 --- a/updater/lib/dependabot/service.rb +++ b/updater/lib/dependabot/service.rb @@ -2,6 +2,7 @@ require "terminal-table" require "dependabot/api_client" +require "active_support/core_ext/module/delegation" # Wraps an API client with the current state of communications with the Dependabot Service # and provides an interface to summarise all actions taken.