mirror of
https://github.com/internetee/registry.git
synced 2025-08-15 14:03:49 +02:00
Update dependency ransack to '~> 4.3.0'
This commit is contained in:
parent
c8a0788366
commit
6bfaff9d65
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue