Skip to content

Commit a05e458

Browse files
naari3ctran
authored andcommitted
Replace soft-deprecated constant HashWithIndifferentAccess to ActiveSupport::HashWithIndifferentAccess (#699)
1 parent a91b65b commit a05e458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/annotate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def self.set_defaults(options = {})
5454
return if @has_set_defaults
5555
@has_set_defaults = true
5656

57-
options = HashWithIndifferentAccess.new(options)
57+
options = ActiveSupport::HashWithIndifferentAccess.new(options)
5858

5959
all_options.flatten.each do |key|
6060
if options.key?(key)

0 commit comments

Comments
 (0)