mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
Update dependency ransack to v4
This commit is contained in:
parent
0d79938d13
commit
a78f5b901f
2 changed files with 64 additions and 64 deletions
2
Gemfile
2
Gemfile
|
@ -19,7 +19,7 @@ gem 'figaro', '~> 1.2'
|
||||||
gem 'paper_trail', '~> 14.0'
|
gem 'paper_trail', '~> 14.0'
|
||||||
gem 'pg', '1.4.5'
|
gem 'pg', '1.4.5'
|
||||||
# 1.8 is for Rails < 5.0
|
# 1.8 is for Rails < 5.0
|
||||||
gem 'ransack', '~> 2.6.0'
|
gem 'ransack', '~> 4.0.0'
|
||||||
gem 'truemail', '~> 3.0' # validates email by regexp, mail server existence and address existence
|
gem 'truemail', '~> 3.0' # validates email by regexp, mail server existence and address existence
|
||||||
gem 'validates_email_format_of', '1.7.2' # validates email against RFC 2822 and RFC 3696
|
gem 'validates_email_format_of', '1.7.2' # validates email against RFC 2822 and RFC 3696
|
||||||
|
|
||||||
|
|
126
Gemfile.lock
126
Gemfile.lock
|
@ -77,40 +77,40 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (6.1.4.1)
|
actioncable (6.1.7.3)
|
||||||
actionpack (= 6.1.4.1)
|
actionpack (= 6.1.7.3)
|
||||||
activesupport (= 6.1.4.1)
|
activesupport (= 6.1.7.3)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (6.1.4.1)
|
actionmailbox (6.1.7.3)
|
||||||
actionpack (= 6.1.4.1)
|
actionpack (= 6.1.7.3)
|
||||||
activejob (= 6.1.4.1)
|
activejob (= 6.1.7.3)
|
||||||
activerecord (= 6.1.4.1)
|
activerecord (= 6.1.7.3)
|
||||||
activestorage (= 6.1.4.1)
|
activestorage (= 6.1.7.3)
|
||||||
activesupport (= 6.1.4.1)
|
activesupport (= 6.1.7.3)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
actionmailer (6.1.4.1)
|
actionmailer (6.1.7.3)
|
||||||
actionpack (= 6.1.4.1)
|
actionpack (= 6.1.7.3)
|
||||||
actionview (= 6.1.4.1)
|
actionview (= 6.1.7.3)
|
||||||
activejob (= 6.1.4.1)
|
activejob (= 6.1.7.3)
|
||||||
activesupport (= 6.1.4.1)
|
activesupport (= 6.1.7.3)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (6.1.4.1)
|
actionpack (6.1.7.3)
|
||||||
actionview (= 6.1.4.1)
|
actionview (= 6.1.7.3)
|
||||||
activesupport (= 6.1.4.1)
|
activesupport (= 6.1.7.3)
|
||||||
rack (~> 2.0, >= 2.0.9)
|
rack (~> 2.0, >= 2.0.9)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||||
actiontext (6.1.4.1)
|
actiontext (6.1.7.3)
|
||||||
actionpack (= 6.1.4.1)
|
actionpack (= 6.1.7.3)
|
||||||
activerecord (= 6.1.4.1)
|
activerecord (= 6.1.7.3)
|
||||||
activestorage (= 6.1.4.1)
|
activestorage (= 6.1.7.3)
|
||||||
activesupport (= 6.1.4.1)
|
activesupport (= 6.1.7.3)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (6.1.4.1)
|
actionview (6.1.7.3)
|
||||||
activesupport (= 6.1.4.1)
|
activesupport (= 6.1.7.3)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
|
@ -118,22 +118,22 @@ GEM
|
||||||
active_interaction (4.0.5)
|
active_interaction (4.0.5)
|
||||||
activemodel (>= 5, < 7)
|
activemodel (>= 5, < 7)
|
||||||
activesupport (>= 5, < 7)
|
activesupport (>= 5, < 7)
|
||||||
activejob (6.1.4.1)
|
activejob (6.1.7.3)
|
||||||
activesupport (= 6.1.4.1)
|
activesupport (= 6.1.7.3)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (6.1.4.1)
|
activemodel (6.1.7.3)
|
||||||
activesupport (= 6.1.4.1)
|
activesupport (= 6.1.7.3)
|
||||||
activerecord (6.1.4.1)
|
activerecord (6.1.7.3)
|
||||||
activemodel (= 6.1.4.1)
|
activemodel (= 6.1.7.3)
|
||||||
activesupport (= 6.1.4.1)
|
activesupport (= 6.1.7.3)
|
||||||
activestorage (6.1.4.1)
|
activestorage (6.1.7.3)
|
||||||
actionpack (= 6.1.4.1)
|
actionpack (= 6.1.7.3)
|
||||||
activejob (= 6.1.4.1)
|
activejob (= 6.1.7.3)
|
||||||
activerecord (= 6.1.4.1)
|
activerecord (= 6.1.7.3)
|
||||||
activesupport (= 6.1.4.1)
|
activesupport (= 6.1.7.3)
|
||||||
marcel (~> 1.0.0)
|
marcel (~> 1.0)
|
||||||
mini_mime (>= 1.1.0)
|
mini_mime (>= 1.1.0)
|
||||||
activesupport (6.1.4.1)
|
activesupport (6.1.7.3)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
|
@ -194,7 +194,7 @@ GEM
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.1.10)
|
concurrent-ruby (1.2.2)
|
||||||
connection_pool (2.2.5)
|
connection_pool (2.2.5)
|
||||||
countries (4.0.1)
|
countries (4.0.1)
|
||||||
i18n_data (~> 0.13.0)
|
i18n_data (~> 0.13.0)
|
||||||
|
@ -310,7 +310,7 @@ GEM
|
||||||
rake
|
rake
|
||||||
mini_mime (1.1.2)
|
mini_mime (1.1.2)
|
||||||
mini_portile2 (2.8.0)
|
mini_portile2 (2.8.0)
|
||||||
minitest (5.17.0)
|
minitest (5.18.0)
|
||||||
monetize (1.9.4)
|
monetize (1.9.4)
|
||||||
money (~> 6.12)
|
money (~> 6.12)
|
||||||
money (6.13.8)
|
money (6.13.8)
|
||||||
|
@ -383,36 +383,36 @@ GEM
|
||||||
rack
|
rack
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (6.1.4.1)
|
rails (6.1.7.3)
|
||||||
actioncable (= 6.1.4.1)
|
actioncable (= 6.1.7.3)
|
||||||
actionmailbox (= 6.1.4.1)
|
actionmailbox (= 6.1.7.3)
|
||||||
actionmailer (= 6.1.4.1)
|
actionmailer (= 6.1.7.3)
|
||||||
actionpack (= 6.1.4.1)
|
actionpack (= 6.1.7.3)
|
||||||
actiontext (= 6.1.4.1)
|
actiontext (= 6.1.7.3)
|
||||||
actionview (= 6.1.4.1)
|
actionview (= 6.1.7.3)
|
||||||
activejob (= 6.1.4.1)
|
activejob (= 6.1.7.3)
|
||||||
activemodel (= 6.1.4.1)
|
activemodel (= 6.1.7.3)
|
||||||
activerecord (= 6.1.4.1)
|
activerecord (= 6.1.7.3)
|
||||||
activestorage (= 6.1.4.1)
|
activestorage (= 6.1.7.3)
|
||||||
activesupport (= 6.1.4.1)
|
activesupport (= 6.1.7.3)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 6.1.4.1)
|
railties (= 6.1.7.3)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-dom-testing (2.0.3)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.4.4)
|
rails-html-sanitizer (1.4.4)
|
||||||
loofah (~> 2.19, >= 2.19.1)
|
loofah (~> 2.19, >= 2.19.1)
|
||||||
railties (6.1.4.1)
|
railties (6.1.7.3)
|
||||||
actionpack (= 6.1.4.1)
|
actionpack (= 6.1.7.3)
|
||||||
activesupport (= 6.1.4.1)
|
activesupport (= 6.1.7.3)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.13)
|
rake (>= 12.2)
|
||||||
thor (~> 1.0)
|
thor (~> 1.0)
|
||||||
rake (13.0.6)
|
rake (13.0.6)
|
||||||
ransack (2.6.0)
|
ransack (4.0.0)
|
||||||
activerecord (>= 6.0.4)
|
activerecord (>= 6.1.5)
|
||||||
activesupport (>= 6.0.4)
|
activesupport (>= 6.1.5)
|
||||||
i18n
|
i18n
|
||||||
rbtree3 (0.6.0)
|
rbtree3 (0.6.0)
|
||||||
redis (4.6.0)
|
redis (4.6.0)
|
||||||
|
@ -486,7 +486,7 @@ GEM
|
||||||
timeout (0.3.0)
|
timeout (0.3.0)
|
||||||
truemail (3.0.3)
|
truemail (3.0.3)
|
||||||
simpleidn (~> 0.2.1)
|
simpleidn (~> 0.2.1)
|
||||||
tzinfo (2.0.5)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
|
@ -526,7 +526,7 @@ GEM
|
||||||
wkhtmltopdf-binary (0.12.5.4)
|
wkhtmltopdf-binary (0.12.5.4)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
zeitwerk (2.6.6)
|
zeitwerk (2.6.7)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -580,7 +580,7 @@ DEPENDENCIES
|
||||||
pry (= 0.14.2)
|
pry (= 0.14.2)
|
||||||
puma
|
puma
|
||||||
rails (~> 6.1.4)
|
rails (~> 6.1.4)
|
||||||
ransack (~> 2.6.0)
|
ransack (~> 4.0.0)
|
||||||
rest-client
|
rest-client
|
||||||
rexml
|
rexml
|
||||||
sass-rails
|
sass-rails
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue