From 0776fcf5cc8fa606ba772238de6d829cbefab9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 05:17:11 +0000 Subject: [PATCH] Bump ransack from 2.4.1 to 2.4.2 Bumps [ransack](https://github.com/activerecord-hackery/ransack) from 2.4.1 to 2.4.2. - [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/2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: ransack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 773c50d1d2..d1f0dac9b2 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 6.0.3.7' gem 'activemerchant', '>= 1.78.0' gem 'angular-rails-templates', '>= 0.3.0' gem 'awesome_nested_set' -gem 'ransack', '2.4.1' +gem 'ransack', '2.4.2' gem 'responders' gem 'sass', '~> 3.4.0' # this restriction originates from foundation-rails's version gem 'sass-rails', '< 5.1.0' # this restriction originates from the compass-rails's version diff --git a/Gemfile.lock b/Gemfile.lock index 8b7f2de807..54faa8fc61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -479,7 +479,7 @@ GEM rainbow (3.0.0) raindrops (0.19.1) rake (13.0.3) - ransack (2.4.1) + ransack (2.4.2) activerecord (>= 5.2.4) activesupport (>= 5.2.4) i18n @@ -758,7 +758,7 @@ DEPENDENCIES rails-controller-testing rails-i18n rails_safe_tasks (~> 1.0) - ransack (= 2.4.1) + ransack (= 2.4.2) redcarpet redis (>= 4.0) responders