Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Feb 19, 2025
1 parent 2d55852 commit 24a0e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/consent/lib/consent/subject_coder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Consent
module SubjectCoder
module Model
def self.included(base)
if Gem::Version.new(Rails.version) > Gem::Version.new('7.0')
if Gem::Version.new(Rails.version) > Gem::Version.new("7.0")
base.serialize :subject, coder: Consent::SubjectCoder
else
base.serialize :subject, Consent::SubjectCoder
Expand Down

0 comments on commit 24a0e39

Please sign in to comment.