Skip to content

Commit 0099208

Browse files
authored
Merge pull request rails#50488 from wjessop/main
Move singleton require
2 parents 9601c2e + 7606002 commit 0099208

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

activejob/lib/active_job/serializers/object_serializer.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require "singleton"
4+
35
module ActiveJob
46
module Serializers
57
# Base class for serializing and deserializing custom objects.

activesupport/lib/active_support/deprecation.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# frozen_string_literal: true
22

3-
require "singleton"
4-
53
module ActiveSupport
64
# = Active Support \Deprecation
75
#

0 commit comments

Comments
 (0)