From ad74ed4a14024dc33a0f379d885f17e70a812820 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 11 Mar 2022 01:13:03 -0800 Subject: [PATCH] Add will_paginate --- Gemfile | 4 ++++ Gemfile.lock | 2 ++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index 6f1c65c..e247f01 100644 --- a/Gemfile +++ b/Gemfile @@ -37,8 +37,12 @@ gem 'awesome_nested_set' # An email validator for Rails gem "email_validator" +# pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search gem 'pg_search' +# Pagination library +gem 'will_paginate', '~> 3.3' + group :doc do gem 'sdoc' gem 'apipie-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 3861ed2..c7f2096 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -272,6 +272,7 @@ GEM websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) + will_paginate (3.3.1) yard (0.9.26) zeitwerk (2.5.1) @@ -313,6 +314,7 @@ DEPENDENCIES solargraph spring spring-commands-rspec + will_paginate (~> 3.3) RUBY VERSION ruby 3.0.0p0