From c9a65fa6dc51431848c3ea58ad95410ad630d3da Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Mon, 21 Mar 2016 18:45:23 -0300 Subject: [PATCH] allow gem api-pagination greater than 4.1 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5e28783..d16ac58 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'grape-entity', '0.4.8' gem 'grape_logging' gem 'rack-cors' gem 'rack-contrib' -gem 'api-pagination', '~> 4.1.1' +gem 'api-pagination', '>= 4.1.1' # asset pipeline gem 'uglifier', '>= 1.0.3' -- libgit2 0.21.2