Skip to content

Commit

Permalink
Use double quotes for strings
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-gomez committed Sep 5, 2024
1 parent 6c9fcad commit d3dd8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/active_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ module ActiveResource
autoload :Collection

def self.deprecator
@deprecator ||= if ActiveSupport::VERSION::STRING >= '7.2'
ActiveSupport::Deprecation.new(VERSION::STRING, 'ActiveResource')
@deprecator ||= if ActiveSupport::VERSION::STRING >= "7.2"
ActiveSupport::Deprecation.new(VERSION::STRING, "ActiveResource")
else
ActiveSupport::Deprecation
end
Expand Down

0 comments on commit d3dd8a9

Please sign in to comment.