From 0c946b980f3686690093846d02eaed1a3267bc79 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Tue, 21 Jul 2015 15:33:56 -0300 Subject: [PATCH] API: adding api pagination --- Gemfile | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/Gemfile b/Gemfile index 9db0ee0..b2018bd 100644 --- a/Gemfile +++ b/Gemfile @@ -29,6 +29,8 @@ gem 'grape_logging', :git => 'https://github.com/aceunreal/grape_logging.git', : gem 'rack-cors' gem 'rack-contrib' +gem 'api-pagination', '~> 4.1.1' + # asset pipeline gem 'uglifier', '>= 1.0.3' gem 'sass-rails' -- libgit2 0.21.2