Clarify will_paginate's Gemfile comment
This commit is contained in:
parent
111d4dcaee
commit
9d720a47e4
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
@ -17,12 +17,12 @@ gem 'compass-rails', '~> 3.1'
|
||||||
gem 'uglifier', '~> 4.2'
|
gem 'uglifier', '~> 4.2'
|
||||||
gem 'react-rails', '~> 2.7', '>= 2.7.1'
|
gem 'react-rails', '~> 2.7', '>= 2.7.1'
|
||||||
|
|
||||||
# For UI libraries.
|
|
||||||
gem 'will_paginate', '~> 4.0'
|
|
||||||
|
|
||||||
# For authentication.
|
# For authentication.
|
||||||
gem 'devise', '~> 4.9', '>= 4.9.2'
|
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.
|
# For translation, both for the site UI and for Neopets data.
|
||||||
gem 'rails-i18n', '~> 5.1', '>= 5.1.3'
|
gem 'rails-i18n', '~> 5.1', '>= 5.1.3'
|
||||||
gem 'http_accept_language', '~> 2.1', '>= 2.1.1'
|
gem 'http_accept_language', '~> 2.1', '>= 2.1.1'
|
||||||
|
|
Loading…
Reference in a new issue