From a2638a5d1ca4e98630a4f1bca0e5891fcf666e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 10:49:18 +0000 Subject: [PATCH] Bump ransack from 2.5.0 to 2.6.0 Bumps [ransack](https://github.com/activerecord-hackery/ransack) from 2.5.0 to 2.6.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.5.0...v2.6.0) --- updated-dependencies: - dependency-name: ransack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ac53a87c..f1f60efe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -368,9 +368,9 @@ GEM thor (~> 1.0) rainbow (3.1.1) rake (13.0.6) - ransack (2.5.0) - activerecord (>= 5.2.4) - activesupport (>= 5.2.4) + ransack (2.6.0) + activerecord (>= 6.0.4) + activesupport (>= 6.0.4) i18n rb-fsevent (0.11.1) rb-inotify (0.10.1)