From 10b12079e3b3339b1753e5feead13cbc887f7097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 03:01:09 +0000 Subject: [PATCH] Bump ransack from 3.1.0 to 3.2.0 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] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 98c925dd..0207c475 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -350,9 +350,9 @@ GEM thor (~> 1.0) 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.1) rb-inotify (0.10.1)