Bump ransack from 2.3.2 to 2.4.0 (#11655)
* Bump ransack from 2.3.2 to 2.4.0 Bumps [ransack](https://github.com/activerecord-hackery/ransack) from 2.3.2 to 2.4.0. - [Release notes](https://github.com/activerecord-hackery/ransack/releases) - [Changelog](https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md) - [Commits](https://github.com/activerecord-hackery/ransack/compare/v2.3.2...2.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump ransack from 2.3.2 to 2.4.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
06fd95f93f
commit
0e9639d12b
5 changed files with 5 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -78,7 +78,7 @@ gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compa
|
|||
gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have been running for longer than a specified timeout
|
||||
gem "rails", "~> 6.0.3" # Ruby on Rails
|
||||
gem "rails-settings-cached", ">= 2.1.1" # Settings plugin for Rails that makes managing a table of global key, value pairs easy.
|
||||
gem "ransack", "~> 2.3" # Searching and sorting
|
||||
gem "ransack", "~> 2.4" # Searching and sorting
|
||||
gem "recaptcha", "~> 5.6", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
|
||||
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser
|
||||
gem "redis", "~> 4.2.5" # Redis ruby client
|
||||
|
|
|
|||
11
Gemfile.lock
11
Gemfile.lock
|
|
@ -512,8 +512,6 @@ GEM
|
|||
ast (~> 2.4.1)
|
||||
patron (0.13.3)
|
||||
pg (1.2.3)
|
||||
polyamorous (2.3.2)
|
||||
activerecord (>= 5.2.1)
|
||||
pry (0.13.1)
|
||||
coderay (~> 1.1)
|
||||
method_source (~> 1.0)
|
||||
|
|
@ -584,11 +582,10 @@ GEM
|
|||
thor (>= 0.20.3, < 2.0)
|
||||
rainbow (3.0.0)
|
||||
rake (13.0.1)
|
||||
ransack (2.3.2)
|
||||
activerecord (>= 5.2.1)
|
||||
activesupport (>= 5.2.1)
|
||||
ransack (2.4.0)
|
||||
activerecord (>= 5.2.4)
|
||||
activesupport (>= 5.2.4)
|
||||
i18n
|
||||
polyamorous (= 2.3.2)
|
||||
rb-fsevent (0.10.4)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
|
|
@ -935,7 +932,7 @@ DEPENDENCIES
|
|||
rack-timeout (~> 0.6)
|
||||
rails (~> 6.0.3)
|
||||
rails-settings-cached (>= 2.1.1)
|
||||
ransack (~> 2.3)
|
||||
ransack (~> 2.4)
|
||||
recaptcha (~> 5.6)
|
||||
redcarpet (~> 3.5)
|
||||
redis (~> 4.2.5)
|
||||
|
|
|
|||
BIN
vendor/cache/polyamorous-2.3.2.gem
vendored
BIN
vendor/cache/polyamorous-2.3.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/ransack-2.3.2.gem
vendored
BIN
vendor/cache/ransack-2.3.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/ransack-2.4.0.gem
vendored
Normal file
BIN
vendor/cache/ransack-2.4.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue