Skip to content

Commit 623ebaf

Browse files
authored
Merge pull request #402 from Earlopain/deprecated-proxy-object
Replace deprecated `ProxyObject` with `BasicObject`
2 parents 07db0e8 + 30abc43 commit 623ebaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setter_trap.rb

Lines changed: 1 addition & 1 deletion
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)