From 2f7ca83ac84956be217c2b46da2e454d99ef4f88 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 14:06:40 -0500 Subject: [PATCH] Bump kaminari from 1.1.1 to 1.2.0 (#5860) --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 2428acde6..4efa8087d 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem "httparty", "~> 0.17" # Makes http fun! Also, makes consuming restful web se gem "inline_svg", "~> 1.6" # Embed SVG documents in your Rails views and style them with CSS gem "jbuilder", "~> 2.9" # Create JSON structures via a Builder-style DSL gem "jquery-rails", "~> 4.3" # A gem to automate using jQuery with Rails -gem "kaminari", "~> 1.1" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator +gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator gem "libhoney", "~> 1.14" # Ruby gem for sending data to Honeycomb gem "liquid", "~> 4.0" # A secure, non-evaling end user template engine with aesthetic markup gem "nokogiri", "~> 1.10" # HTML, XML, SAX, and Reader parser diff --git a/Gemfile.lock b/Gemfile.lock index f857769dd..4585d7918 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -450,18 +450,18 @@ GEM thor (>= 0.14, < 2.0) json (2.3.0) jwt (2.2.1) - kaminari (1.1.1) + kaminari (1.2.0) activesupport (>= 4.1.0) - kaminari-actionview (= 1.1.1) - kaminari-activerecord (= 1.1.1) - kaminari-core (= 1.1.1) - kaminari-actionview (1.1.1) + kaminari-actionview (= 1.2.0) + kaminari-activerecord (= 1.2.0) + kaminari-core (= 1.2.0) + kaminari-actionview (1.2.0) actionview - kaminari-core (= 1.1.1) - kaminari-activerecord (1.1.1) + kaminari-core (= 1.2.0) + kaminari-activerecord (1.2.0) activerecord - kaminari-core (= 1.1.1) - kaminari-core (1.1.1) + kaminari-core (= 1.2.0) + kaminari-core (1.2.0) launchy (2.4.3) addressable (~> 2.3) libhoney (1.14.3) @@ -943,7 +943,7 @@ DEPENDENCIES inline_svg (~> 1.6) jbuilder (~> 2.9) jquery-rails (~> 4.3) - kaminari (~> 1.1) + kaminari (~> 1.2) launchy (~> 2.4) libhoney (~> 1.14) liquid (~> 4.0)