We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16f9c7 commit 299d302Copy full SHA for 299d302
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