forked from OpenNeo/impress
Clarify will_paginate's Gemfile comment
This commit is contained in:
parent
e8131f3608
commit
21201e8930
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 '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'
|
||||
|
|
Loading…
Reference in a new issue