Showing
2 changed files
with
3 additions
and
0 deletions
| ... | @@ -9,6 +9,7 @@ gem 'crud_controller', git: 'git@git.ukko.mx:ukko/crud_controller.git' | ... | @@ -9,6 +9,7 @@ gem 'crud_controller', git: 'git@git.ukko.mx:ukko/crud_controller.git' | 
| 9 | gem 'heimdall_engine', git: 'git@git.ukko.mx:iker.n/heimdall-engine.git', branch: 'rails_5_bootstrap_4' | 9 | gem 'heimdall_engine', git: 'git@git.ukko.mx:iker.n/heimdall-engine.git', branch: 'rails_5_bootstrap_4' | 
| 10 | gem 'paranoia' | 10 | gem 'paranoia' | 
| 11 | gem 'paper_trail' | 11 | gem 'paper_trail' | 
| 12 | +gem 'will_paginate' | ||
| 12 | 13 | ||
| 13 | 14 | ||
| 14 | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | 15 | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ... | ... | 
| ... | @@ -218,6 +218,7 @@ GEM | ... | @@ -218,6 +218,7 @@ GEM | 
| 218 | websocket-driver (0.6.5) | 218 | websocket-driver (0.6.5) | 
| 219 | websocket-extensions (>= 0.1.0) | 219 | websocket-extensions (>= 0.1.0) | 
| 220 | websocket-extensions (0.1.3) | 220 | websocket-extensions (0.1.3) | 
| 221 | + will_paginate (3.1.6) | ||
| 221 | 222 | ||
| 222 | PLATFORMS | 223 | PLATFORMS | 
| 223 | ruby | 224 | ruby | 
| ... | @@ -242,6 +243,7 @@ DEPENDENCIES | ... | @@ -242,6 +243,7 @@ DEPENDENCIES | 
| 242 | tzinfo-data | 243 | tzinfo-data | 
| 243 | uglifier (>= 1.3.0) | 244 | uglifier (>= 1.3.0) | 
| 244 | web-console (>= 3.3.0) | 245 | web-console (>= 3.3.0) | 
| 246 | + will_paginate | ||
| 245 | 247 | ||
| 246 | BUNDLED WITH | 248 | BUNDLED WITH | 
| 247 | 1.16.1 | 249 | 1.16.1 | ... | ... | 
- 
Please register or login to post a comment