Skip to content

Commit

Permalink
Merge pull request #50488 from wjessop/main
Browse files Browse the repository at this point in the history
Move singleton require
  • Loading branch information
byroot committed Dec 31, 2023
2 parents 9601c2e + 7606002 commit 0099208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions activejob/lib/active_job/serializers/object_serializer.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "singleton"

module ActiveJob
module Serializers
# Base class for serializing and deserializing custom objects.
Expand Down
2 changes: 0 additions & 2 deletions activesupport/lib/active_support/deprecation.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "singleton"

module ActiveSupport
# = Active Support \Deprecation
#
Expand Down

0 comments on commit 0099208

Please sign in to comment.