mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 20:27:30 +02:00
Update dependency ransack to ~> 2.6.0
This commit is contained in:
parent
102fd559a0
commit
3149dc06da
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -258,7 +258,7 @@ GEM
|
|||
httpi (2.4.5)
|
||||
rack
|
||||
socksify
|
||||
i18n (1.8.11)
|
||||
i18n (1.10.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
i18n_data (0.13.0)
|
||||
isikukood (0.1.2)
|
||||
|
@ -406,9 +406,9 @@ GEM
|
|||
rake (>= 0.13)
|
||||
thor (~> 1.0)
|
||||
rake (13.0.6)
|
||||
ransack (2.5.0)
|
||||
activerecord (>= 5.2.4)
|
||||
activesupport (>= 5.2.4)
|
||||
ransack (2.6.0)
|
||||
activerecord (>= 6.0.4)
|
||||
activesupport (>= 6.0.4)
|
||||
i18n
|
||||
rbtree3 (0.6.0)
|
||||
redis (4.6.0)
|
||||
|
@ -524,7 +524,7 @@ GEM
|
|||
wkhtmltopdf-binary (0.12.5.4)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
zeitwerk (2.5.2)
|
||||
zeitwerk (2.5.4)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -582,7 +582,7 @@ DEPENDENCIES
|
|||
que
|
||||
que-web
|
||||
rails (~> 6.1.4)
|
||||
ransack (~> 2.5.0)
|
||||
ransack (~> 2.6.0)
|
||||
rest-client
|
||||
rexml
|
||||
sass-rails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue