mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Add will-paginate-i18n gem
This commit is contained in:
parent
f93455cc9e
commit
d64b802966
1
Gemfile
1
Gemfile
@ -37,6 +37,7 @@ gem 'autoprefixer-rails'
|
|||||||
gem 'bh', '~> 1.3.4'
|
gem 'bh', '~> 1.3.4'
|
||||||
|
|
||||||
gem 'will_paginate', '~> 3.0.7'
|
gem 'will_paginate', '~> 3.0.7'
|
||||||
|
gem 'will-paginate-i18n'
|
||||||
gem 'will_paginate-bootstrap'
|
gem 'will_paginate-bootstrap'
|
||||||
|
|
||||||
gem 'mathjax-rails'
|
gem 'mathjax-rails'
|
||||||
|
|||||||
@ -193,6 +193,7 @@ GEM
|
|||||||
binding_of_caller (>= 0.7.2)
|
binding_of_caller (>= 0.7.2)
|
||||||
railties (>= 4.0)
|
railties (>= 4.0)
|
||||||
sprockets-rails (>= 2.0, < 4.0)
|
sprockets-rails (>= 2.0, < 4.0)
|
||||||
|
will-paginate-i18n (0.1.15)
|
||||||
will_paginate (3.0.7)
|
will_paginate (3.0.7)
|
||||||
will_paginate-bootstrap (1.0.1)
|
will_paginate-bootstrap (1.0.1)
|
||||||
will_paginate (>= 3.0.3)
|
will_paginate (>= 3.0.3)
|
||||||
@ -221,5 +222,6 @@ DEPENDENCIES
|
|||||||
tzinfo-data
|
tzinfo-data
|
||||||
uglifier (~> 2.7.2)
|
uglifier (~> 2.7.2)
|
||||||
web-console (~> 2.0)
|
web-console (~> 2.0)
|
||||||
|
will-paginate-i18n
|
||||||
will_paginate (~> 3.0.7)
|
will_paginate (~> 3.0.7)
|
||||||
will_paginate-bootstrap
|
will_paginate-bootstrap
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user