From 5055f530a12c53247d0bd4c301258d0006773fc5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 11:14:48 +0000 Subject: [PATCH] Bump will_paginate from 3.2.1 to 3.3.0 Bumps [will_paginate](https://github.com/mislav/will_paginate) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/mislav/will_paginate/releases) - [Commits](https://github.com/mislav/will_paginate/compare/v3.2.1...v3.3.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 6cfe819..3b5ddab 100644 --- a/Gemfile +++ b/Gemfile @@ -57,4 +57,4 @@ gem 'gtfs-realtime-bindings' gem 'bulk_insert', '~> 1.7' # Paginate API results -gem 'will_paginate', '~> 3.2' +gem 'will_paginate', '~> 3.3' diff --git a/Gemfile.lock b/Gemfile.lock index cc3a5d3..09d4037 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,7 +154,7 @@ GEM websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.4) - will_paginate (3.2.1) + will_paginate (3.3.0) PLATFORMS ruby @@ -175,7 +175,7 @@ DEPENDENCIES spring-watcher-listen (~> 2.0.0) sqlite3 (~> 1.4.2) tzinfo-data - will_paginate (~> 3.2) + will_paginate (~> 3.3) BUNDLED WITH 1.17.3