Update dependency ransack to ~> 2.6.0

This commit is contained in:
Renovate Bot 2022-03-18 16:15:18 +00:00 committed by renovate[bot]
parent 102fd559a0
commit 3149dc06da
2 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@ gem 'figaro', '~> 1.2'
gem 'paper_trail', '~> 12.1'
gem 'pg', '1.3.3'
# 1.8 is for Rails < 5.0
gem 'ransack', '~> 2.5.0'
gem 'ransack', '~> 2.6.0'
gem 'truemail', '~> 2.4' # validates email by regexp, mail server existence and address existence
gem 'validates_email_format_of', '1.6.3' # validates email against RFC 2822 and RFC 3696