Skip to content

Commit

Permalink
Bump ransack from 4.2.1 to 4.3.0 (#3714)
Browse files Browse the repository at this point in the history
Bumps [ransack](https://github.com/activerecord-hackery/ransack) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/activerecord-hackery/ransack/releases)
- [Changelog](https://github.com/activerecord-hackery/ransack/blob/main/CHANGELOG.md)
- [Commits](activerecord-hackery/ransack@v4.2.1...v4.3.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>
  • Loading branch information
dependabot[bot] authored Feb 21, 2025
1 parent 2113d6a commit 7226c03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ gem 'flipper-ui', '~> 1.3.2' # UI for feature flags
gem 'jbuilder' # generate JSON objects
gem 'kaminari' # Pagination
gem 'paper_trail', '~> 15.2.0' # Track object changes
gem 'ransack', '4.2.1' # ActiveRecord search/filter
gem 'ransack', '4.3.0' # ActiveRecord search/filter
gem 'redcarpet', '~> 3.6', require: ['redcarpet', 'redcarpet/render_strip'] # Markdown to (X)HTML parser
gem 'uuidtools'
gem 'voight_kampff', '~> 2.0', require: 'voight_kampff/rails' # bot detection
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
ransack (4.2.1)
ransack (4.3.0)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
Expand Down Expand Up @@ -691,7 +691,7 @@ DEPENDENCIES
puma (~> 6.6)
pundit (= 2.4.0)
rails (~> 7.1.3)
ransack (= 4.2.1)
ransack (= 4.3.0)
rdf (~> 3.3.2)
rdf-isomorphic (~> 3.3.0)
rdf-n3 (~> 3.3.0)
Expand Down

0 comments on commit 7226c03

Please sign in to comment.