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