Bump ransack from 3.1.0 to 3.2.0 (#17629)
Bumps [ransack](https://github.com/activerecord-hackery/ransack) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/activerecord-hackery/ransack/releases) - [Changelog](https://github.com/activerecord-hackery/ransack/blob/main/CHANGELOG.md) - [Commits](https://github.com/activerecord-hackery/ransack/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: ransack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e3a30eeb31
commit
8ae5ee1d20
4 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -79,7 +79,7 @@ gem "rack-attack", "~> 6.6.1" # Used to throttle requests to prevent brute force
|
|||
gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compatible
|
||||
gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have been running for longer than a specified timeout
|
||||
gem "rails", "~> 7.0.2.2" # Ruby on Rails
|
||||
gem "ransack", "~> 3.1" # Searching and sorting
|
||||
gem "ransack", "~> 3.2" # Searching and sorting
|
||||
gem "recaptcha", "~> 5.10", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
|
||||
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser
|
||||
|
||||
|
|
|
|||
|
|
@ -665,9 +665,9 @@ GEM
|
|||
zeitwerk (~> 2.5)
|
||||
rainbow (3.1.1)
|
||||
rake (13.0.6)
|
||||
ransack (3.1.0)
|
||||
activerecord (>= 6.0.4)
|
||||
activesupport (>= 6.0.4)
|
||||
ransack (3.2.0)
|
||||
activerecord (>= 6.1.5)
|
||||
activesupport (>= 6.1.5)
|
||||
i18n
|
||||
rb-fsevent (0.11.0)
|
||||
rb-inotify (0.10.1)
|
||||
|
|
@ -1050,7 +1050,7 @@ DEPENDENCIES
|
|||
rack-host-redirect (~> 1.3)
|
||||
rack-timeout (~> 0.6)
|
||||
rails (~> 7.0.2.2)
|
||||
ransack (~> 3.1)
|
||||
ransack (~> 3.2)
|
||||
recaptcha (~> 5.10)
|
||||
redcarpet (~> 3.5)
|
||||
redis (~> 4.6.0)
|
||||
|
|
|
|||
BIN
vendor/cache/ransack-3.1.0.gem
vendored
BIN
vendor/cache/ransack-3.1.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/ransack-3.2.0.gem
vendored
Normal file
BIN
vendor/cache/ransack-3.2.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue