Update dependency ransack to ~> 2.5.0

This commit is contained in:
Renovate Bot 2021-12-28 09:04:19 +00:00 committed by renovate[bot]
parent a2c1b9cc2a
commit 2d2134f83c
2 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ gem 'figaro', '~> 1.2'
gem 'paper_trail', '~> 12.1' gem 'paper_trail', '~> 12.1'
gem 'pg', '1.2.3' gem 'pg', '1.2.3'
# 1.8 is for Rails < 5.0 # 1.8 is for Rails < 5.0
gem 'ransack', '~> 2.4.2' gem 'ransack', '~> 2.5.0'
gem 'truemail', '~> 2.4' # validates email by regexp, mail server existence and address existence 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 gem 'validates_email_format_of', '1.6.3' # validates email against RFC 2822 and RFC 3696

View file

@ -258,7 +258,7 @@ GEM
httpi (2.4.5) httpi (2.4.5)
rack rack
socksify socksify
i18n (1.8.10) i18n (1.8.11)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n_data (0.13.0) i18n_data (0.13.0)
isikukood (0.1.2) isikukood (0.1.2)
@ -304,7 +304,7 @@ GEM
rake rake
mini_mime (1.1.1) mini_mime (1.1.1)
mini_portile2 (2.6.1) mini_portile2 (2.6.1)
minitest (5.14.4) minitest (5.15.0)
monetize (1.9.4) monetize (1.9.4)
money (~> 6.12) money (~> 6.12)
money (6.13.8) money (6.13.8)
@ -406,7 +406,7 @@ GEM
rake (>= 0.13) rake (>= 0.13)
thor (~> 1.0) thor (~> 1.0)
rake (13.0.6) rake (13.0.6)
ransack (2.4.2) ransack (2.5.0)
activerecord (>= 5.2.4) activerecord (>= 5.2.4)
activesupport (>= 5.2.4) activesupport (>= 5.2.4)
i18n i18n
@ -524,7 +524,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.4.2) zeitwerk (2.5.2)
PLATFORMS PLATFORMS
ruby ruby
@ -582,7 +582,7 @@ DEPENDENCIES
que que
que-web que-web
rails (~> 6.1.4) rails (~> 6.1.4)
ransack (~> 2.4.2) ransack (~> 2.5.0)
rest-client rest-client
rexml rexml
sass-rails sass-rails