We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f16f9c7 + 299d302 commit 820f3acCopy full SHA for 820f3ac
lib/active_resource.rb
@@ -47,7 +47,7 @@ module ActiveResource
47
autoload :Validations
48
autoload :Collection
49
50
- if ActiveSupport::VERSION::STRING >= "7.2"
+ if ActiveSupport::VERSION::STRING >= "7.1"
51
def self.deprecator
52
@deprecator ||= ActiveSupport::Deprecation.new(VERSION::STRING, "ActiveResource")
53
end
0 commit comments