diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 51ebfcd..b91ee17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,6 +92,18 @@ GEM jsonapi-serializer (2.2.0) activesupport (>= 4.2) jwt (2.7.0) + kaminari (1.2.2) + activesupport (>= 4.1.0) + kaminari-actionview (= 1.2.2) + kaminari-activerecord (= 1.2.2) + kaminari-core (= 1.2.2) + kaminari-actionview (1.2.2) + actionview + kaminari-core (= 1.2.2) + kaminari-activerecord (1.2.2) + activerecord + kaminari-core (= 1.2.2) + kaminari-core (1.2.2) loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -199,6 +211,7 @@ DEPENDENCIES faker jsonapi-serializer jwt + kaminari mysql2 puma (~> 5.0) rack-cors |