Commit c9a65fa6dc51431848c3ea58ad95410ad630d3da
1 parent
541e9495
Exists in
web_steps_improvements
and in
8 other branches
allow gem api-pagination greater than 4.1
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
@@ -38,7 +38,7 @@ gem 'grape-entity', '0.4.8' | @@ -38,7 +38,7 @@ gem 'grape-entity', '0.4.8' | ||
38 | gem 'grape_logging' | 38 | gem 'grape_logging' |
39 | gem 'rack-cors' | 39 | gem 'rack-cors' |
40 | gem 'rack-contrib' | 40 | gem 'rack-contrib' |
41 | -gem 'api-pagination', '~> 4.1.1' | 41 | +gem 'api-pagination', '>= 4.1.1' |
42 | 42 | ||
43 | # asset pipeline | 43 | # asset pipeline |
44 | gem 'uglifier', '>= 1.0.3' | 44 | gem 'uglifier', '>= 1.0.3' |