Skip to content

Commit f222f44

Browse files
Update dependency ransack to '~> 4.3.0'
1 parent c9ba6b8 commit f222f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem 'figaro', '~> 1.2'
2020
gem 'paper_trail', '~> 14.0'
2121
gem 'pg', '1.5.9'
2222
# 1.8 is for Rails < 5.0
23-
gem 'ransack', '~> 4.0.0'
23+
gem 'ransack', '~> 4.3.0'
2424
gem 'truemail', '~> 3.0' # validates email by regexp, mail server existence and address existence
2525
gem 'validates_email_format_of', '1.8.2' # validates email against RFC 2822 and RFC 3696
2626

0 commit comments

Comments
 (0)