Skip to content

Commit 30abc43

Browse files
committed
Replace deprecated ProxyObject with BasicObject
1 parent e6162f5 commit 30abc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/setter_trap.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
class SetterTrap < ActiveSupport::ProxyObject
3+
class SetterTrap < BasicObject
44
class << self
55
def rollback_sets(obj)
66
trapped = new(obj)

0 commit comments

Comments
 (0)