Iker Narvaez

added will paginate

......@@ -9,6 +9,7 @@ gem 'crud_controller', git: 'git@git.ukko.mx:ukko/crud_controller.git'
gem 'heimdall_engine', git: 'git@git.ukko.mx:iker.n/heimdall-engine.git', branch: 'rails_5_bootstrap_4'
gem 'paranoia'
gem 'paper_trail'
gem 'will_paginate'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
......
......@@ -218,6 +218,7 @@ GEM
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
will_paginate (3.1.6)
PLATFORMS
ruby
......@@ -242,6 +243,7 @@ DEPENDENCIES
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)
will_paginate
BUNDLED WITH
1.16.1
......