We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ba6b8 commit f222f44Copy full SHA for f222f44
Gemfile
@@ -20,7 +20,7 @@ gem 'figaro', '~> 1.2'
20
gem 'paper_trail', '~> 14.0'
21
gem 'pg', '1.5.9'
22
# 1.8 is for Rails < 5.0
23
-gem 'ransack', '~> 4.0.0'
+gem 'ransack', '~> 4.3.0'
24
gem 'truemail', '~> 3.0' # validates email by regexp, mail server existence and address existence
25
gem 'validates_email_format_of', '1.8.2' # validates email against RFC 2822 and RFC 3696
26
0 commit comments