From 21201e89303352e5a01fd96bca063b90d8cc761d Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 2 Aug 2023 16:30:17 -0700 Subject: [PATCH] Clarify will_paginate's Gemfile comment --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0f1123c6..a1970879 100644 --- a/Gemfile +++ b/Gemfile @@ -17,12 +17,12 @@ gem 'compass-rails', '~> 3.1' gem 'uglifier', '~> 4.2' gem 'react-rails', '~> 2.7', '>= 2.7.1' -# For UI libraries. -gem 'will_paginate', '~> 4.0' - # For authentication. gem 'devise', '~> 4.9', '>= 4.9.2' +# For pagination UI. +gem 'will_paginate', '~> 4.0' + # For translation, both for the site UI and for Neopets data. gem 'rails-i18n', '~> 5.1', '>= 5.1.3' gem 'http_accept_language', '~> 2.1', '>= 2.1.1'