mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
Update ransack
gem
This commit is contained in:
parent
781dd85f9e
commit
6b1493f333
2 changed files with 11 additions and 13 deletions
3
Gemfile
3
Gemfile
|
@ -18,7 +18,8 @@ gem 'figaro', '1.1.1'
|
|||
|
||||
# model related
|
||||
gem 'pg', '0.19.0'
|
||||
gem 'ransack', '1.5.1' # for searching
|
||||
# 1.8 is for Rails < 5.0
|
||||
gem 'ransack', '~> 1.8'
|
||||
gem 'validates_email_format_of', '1.6.3' # validates email against RFC 2822 and RFC 3696
|
||||
gem 'paper_trail', '~> 4.0'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue