mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-04 07:21:05 +00:00
Update pagination
This commit is contained in:
parent
93ab019d8c
commit
6c3c9e7770
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -37,7 +37,7 @@ gem 'i18n_country_select'
|
||||||
gem 'dynamic_form'
|
gem 'dynamic_form'
|
||||||
gem 'public_suffix'
|
gem 'public_suffix'
|
||||||
gem 'sanitize'
|
gem 'sanitize'
|
||||||
gem 'will_paginate', '~> 3.0.5'
|
gem 'will_paginate'
|
||||||
|
|
||||||
# External APIs
|
# External APIs
|
||||||
gem 'google-api-client', '~> 0.10.3'
|
gem 'google-api-client', '~> 0.10.3'
|
||||||
|
|
|
@ -381,7 +381,7 @@ GEM
|
||||||
websocket-driver (0.7.1)
|
websocket-driver (0.7.1)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.4)
|
websocket-extensions (0.1.4)
|
||||||
will_paginate (3.0.12)
|
will_paginate (3.3.0)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
|
|
||||||
|
@ -443,7 +443,7 @@ DEPENDENCIES
|
||||||
uglifier (~> 2.5.0)
|
uglifier (~> 2.5.0)
|
||||||
unread (= 0.10.1)
|
unread (= 0.10.1)
|
||||||
web-console (= 3.7.0)
|
web-console (= 3.7.0)
|
||||||
will_paginate (~> 3.0.5)
|
will_paginate
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 2.4.9p362
|
ruby 2.4.9p362
|
||||||
|
|
Loading…
Reference in a new issue