Clarify will_paginate's Gemfile comment

This commit is contained in:
Emi Matchu 2023-08-02 16:30:17 -07:00
parent e8131f3608
commit 21201e8930

View file

@ -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'