Update dependency ransack to '~> 4.3.0'

This commit is contained in:
renovate[bot] 2025-08-08 09:50:47 +00:00 committed by GitHub
parent c8a0788366
commit 6bfaff9d65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ gem 'figaro', '~> 1.2'
gem 'paper_trail', '~> 14.0'
gem 'pg', '1.5.9'
# 1.8 is for Rails < 5.0
gem 'ransack', '~> 4.0.0'
gem 'ransack', '~> 4.3.0'
gem 'truemail', '~> 3.0' # validates email by regexp, mail server existence and address existence
gem 'validates_email_format_of', '1.8.2' # validates email against RFC 2822 and RFC 3696