Skip to content

Commit

Permalink
Remove will_paginate in favor of kaminari; install jsonapi_suite gems…
Browse files Browse the repository at this point in the history
…; bundle update to resolve conflicts.
  • Loading branch information
moveson authored and legoabram committed Mar 9, 2018
1 parent a3f421a commit 0a795b4
Show file tree
Hide file tree
Showing 36 changed files with 284 additions and 267 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ gem 'devise', '~> 4.4'
gem 'devise-bootstrap-views'
gem 'pundit'
gem 'alchemist'
gem 'roo'
gem 'roo-xls'
gem 'carmen'
gem 'will_paginate'
gem 'bootstrap-will_paginate'
gem 'api-pagination'
gem 'twitter-bootstrap-rails'
gem 'pg', '~> 0.20'
Expand Down Expand Up @@ -53,6 +49,11 @@ gem 'webpacker', '~> 3.0'
gem 'gpx'
gem 'activerecord-import'

gem 'jsonapi_suite', '~> 0.7'
gem 'jsonapi-rails', '~> 0.3.0'
gem 'jsonapi_swagger_helpers', '~> 0.6', require: false
gem 'jsonapi_spec_helpers', '~> 0.4', require: false
gem 'kaminari', '~> 1.0'

group :development do
gem 'bullet'
Expand Down
Loading

0 comments on commit 0a795b4

Please sign in to comment.