From 47f59a5d0a01093dbf4fe82b3b89a350b5380557 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 19:09:53 +0000 Subject: [PATCH] [Security] Bump kaminari from 0.17.0 to 1.2.1 Bumps [kaminari](https://github.com/kaminari/kaminari) from 0.17.0 to 1.2.1. **This update includes security fixes.** - [Release notes](https://github.com/kaminari/kaminari/releases) - [Changelog](https://github.com/kaminari/kaminari/blob/master/CHANGELOG.md) - [Commits](https://github.com/kaminari/kaminari/compare/v0.17.0...v1.2.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a85b6c93aa..1612f22233 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem 'daemons' gem 'delayed_job_active_record' gem 'delayed_job_web' -gem 'kaminari', '~> 0.17.0' +gem 'kaminari', '~> 1.2.1' gem 'andand' gem 'angularjs-rails', '1.5.5' diff --git a/Gemfile.lock b/Gemfile.lock index 08abe4d639..d25e067db1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -423,9 +423,18 @@ GEM multi_json (~> 1.0) rspec (>= 2.0, < 4.0) jwt (2.2.2) - kaminari (0.17.0) - actionpack (>= 3.0.0) - activesupport (>= 3.0.0) + kaminari (1.2.1) + activesupport (>= 4.1.0) + kaminari-actionview (= 1.2.1) + kaminari-activerecord (= 1.2.1) + kaminari-core (= 1.2.1) + kaminari-actionview (1.2.1) + actionview + kaminari-core (= 1.2.1) + kaminari-activerecord (1.2.1) + activerecord + kaminari-core (= 1.2.1) + kaminari-core (1.2.1) kgio (2.11.3) knapsack (1.20.0) rake @@ -777,7 +786,7 @@ DEPENDENCIES json json_spec (~> 1.1.4) jwt (~> 2.2) - kaminari (~> 0.17.0) + kaminari (~> 1.2.1) knapsack letter_opener (>= 1.4.1) mini_racer (= 0.2.15)