diff --git a/Gemfile.lock b/Gemfile.lock index 1fe6279..ea4e9da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,8 +51,11 @@ GEM erubis (~> 2.7.0) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - active_model_serializers (0.8.3) - activemodel (>= 3.0) + active_model_serializers (0.10.11) + actionpack (>= 4.1, < 6.1) + activemodel (>= 4.1, < 6.1) + case_transform (>= 0.2) + jsonapi-renderer (>= 0.1.1.beta1, < 0.3) activejob (5.0.2) activesupport (= 5.0.2) globalid (>= 0.3.6) @@ -91,6 +94,8 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) + case_transform (0.2) + activesupport coderay (1.1.1) coffee-rails (4.2.1) coffee-script (>= 2.2.0) @@ -99,7 +104,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.7) connection_pool (2.2.1) coveralls (0.8.20) json (>= 1.8, < 3) @@ -138,7 +143,8 @@ GEM has_scope (0.7.0) actionpack (>= 4.1, < 5.1) activesupport (>= 4.1, < 5.1) - i18n (0.8.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) inherited_resources (1.7.1) actionpack (>= 3.2, < 5.1) has_scope (~> 0.6) @@ -151,6 +157,7 @@ GEM jquery-ui-rails (6.0.1) railties (>= 3.2.16) json (2.0.4) + jsonapi-renderer (0.2.2) kaminari (1.0.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.0.1) @@ -179,7 +186,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_portile2 (2.1.0) - minitest (5.10.1) + minitest (5.14.2) multipart-post (2.0.0) newrelic_rpm (4.1.0.333) nio4r (2.0.0) @@ -315,7 +322,7 @@ GEM tins (1.13.2) tinymce-rails (4.6.4) railties (>= 3.1.1) - tzinfo (1.2.3) + tzinfo (1.2.8) thread_safe (~> 0.1) unicode-display_width (1.2.1) warden (1.2.7)