From d24339cc28305d8a5cb76ae2139fa0f51e8ebcd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 23:43:51 +0000 Subject: [PATCH] Bump kaminari from 1.1.1 to 1.2.1 Bumps [kaminari](https://github.com/kaminari/kaminari) from 1.1.1 to 1.2.1. - [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/v1.1.1...v1.2.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Gemfile b/Gemfile index 02c150d..8cf3292 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.7' # Pagination -gem 'kaminari', '1.1.1' +gem 'kaminari', '1.2.1' # background workers and jobs gem 'sidekiq', '6.0.3' # cache service diff --git a/Gemfile.lock b/Gemfile.lock index 5003f4f..f4bb4e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,13 +108,13 @@ GEM msgpack (~> 1.0) bootsnap (1.4.5-java) msgpack (~> 1.0) - builder (3.2.3) + builder (3.2.4) byebug (11.0.1) childprocess (3.0.0) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) connection_pool (2.2.2) - crass (1.0.5) + crass (1.0.6) diff-lcs (1.3) erubi (1.9.0) factory_bot (5.1.1) @@ -130,30 +130,30 @@ GEM ffi (1.11.2-x86-mingw32) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.7.0) + i18n (1.7.1) concurrent-ruby (~> 1.0) iniparse (1.4.4) jaro_winkler (1.5.4) jaro_winkler (1.5.4-java) jbuilder (2.9.1) activesupport (>= 4.2.0) - kaminari (1.1.1) + kaminari (1.2.1) 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.1) + kaminari-activerecord (= 1.2.1) + kaminari-core (= 1.2.1) + kaminari-actionview (1.2.1) actionview - kaminari-core (= 1.1.1) - kaminari-activerecord (1.1.1) + kaminari-core (= 1.2.1) + kaminari-activerecord (1.2.1) activerecord - kaminari-core (= 1.1.1) - kaminari-core (1.1.1) + kaminari-core (= 1.2.1) + kaminari-core (1.2.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.3.1) + loofah (2.5.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -164,19 +164,19 @@ GEM mimemagic (0.3.3) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.13.0) + minitest (5.14.1) msgpack (1.3.1) msgpack (1.3.1-java) msgpack (1.3.1-x64-mingw32) msgpack (1.3.1-x86-mingw32) nio4r (2.5.2) nio4r (2.5.2-java) - nokogiri (1.10.5) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) - nokogiri (1.10.5-java) - nokogiri (1.10.5-x64-mingw32) + nokogiri (1.10.9-java) + nokogiri (1.10.9-x64-mingw32) mini_portile2 (~> 2.4.0) - nokogiri (1.10.5-x86-mingw32) + nokogiri (1.10.9-x86-mingw32) mini_portile2 (~> 2.4.0) overcommit (0.51.0) childprocess (>= 0.6.3, < 4) @@ -284,7 +284,7 @@ GEM thor (0.20.3) thread_safe (0.3.6) thread_safe (0.3.6-java) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) tzinfo-data (1.2019.3) tzinfo (>= 1.0.0) @@ -294,7 +294,7 @@ GEM websocket-driver (0.7.1-java) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.4) - zeitwerk (2.2.1) + zeitwerk (2.3.0) PLATFORMS java @@ -309,7 +309,7 @@ DEPENDENCIES factory_bot_rails (= 5.1.1) faker (= 2.7.0) jbuilder (~> 2.7) - kaminari (= 1.1.1) + kaminari (= 1.2.1) listen (>= 3.0.5, < 3.2) overcommit (= 0.51.0) pg (= 1.1.4)