Skip to content

Commit

Permalink
Fix rubocop errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSouthan committed Aug 21, 2024
1 parent 51c6bf1 commit c7c09d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_record/safer_migrations/postgresql_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_setting(setting_name)
end

def fill_sql_values(sql, values)
if ActiveRecord.version >= '7.2.0'
if ActiveRecord.version >= "7.2.0"
ActiveRecord::Base.send(:replace_named_bind_variables, self, sql, values)
else
ActiveRecord::Base.send(:replace_named_bind_variables, sql, values)
Expand Down

0 comments on commit c7c09d9

Please sign in to comment.