lib/labkit/context.rb in gitlab-labkit-0.19.0 vs lib/labkit/context.rb in gitlab-labkit-0.20.0

- old
+ new

@@ -1,8 +1,11 @@ # frozen_string_literal: true +require "securerandom" + require "active_support/core_ext/module/delegation" require "active_support/core_ext/string/starts_ends_with" +require "active_support/core_ext/string/inflections" module Labkit # A context can be used to provide structured information on what resources # GitLab is working on within a service. # The currently supported keys are defined in the `KNOWN_KEYS` constant.