From 2d90fa47238962097ad3f78a33549e6f0f805dcc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 19:15:53 +0000 Subject: [PATCH] Bump kaminari from 0.14.1 to 0.17.0 Bumps [kaminari](https://github.com/kaminari/kaminari) from 0.14.1 to 0.17.0. - [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.14.1...v0.17.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1cbbb69c9c..12033d2a08 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ gem 'daemons' gem 'delayed_job_active_record' gem 'delayed_job_web' -gem 'kaminari', '~> 0.14.1' +gem 'kaminari', '~> 0.17.0' gem 'andand' gem 'angularjs-rails', '1.5.5' diff --git a/Gemfile.lock b/Gemfile.lock index e6aa212810..30f14d46e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -410,7 +410,7 @@ GEM multi_json (~> 1.0) rspec (>= 2.0, < 4.0) jwt (2.2.2) - kaminari (0.14.1) + kaminari (0.17.0) actionpack (>= 3.0.0) activesupport (>= 3.0.0) kgio (2.11.3) @@ -731,7 +731,7 @@ DEPENDENCIES json (>= 1.7.7) json_spec (~> 1.1.4) jwt (~> 2.2) - kaminari (~> 0.14.1) + kaminari (~> 0.17.0) knapsack letter_opener (>= 1.4.1) mini_racer (= 0.2.15)