diff --git a/Gemfile b/Gemfile index 81833ae05..2ff08f792 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.5.0' gem 'rails', '5.1.6.2' -gem 'active_model_serializers', '~> 0.10.0' +gem 'active_model_serializers', '~> 0.10.9' gem 'bootstrap-sass' gem 'bootstrap-datepicker-rails' gem 'cancancan' diff --git a/Gemfile.lock b/Gemfile.lock index eb48618b5..5a6e3e1fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,11 +69,11 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - active_model_serializers (0.10.6) + active_model_serializers (0.10.9) actionpack (>= 4.1, < 6) activemodel (>= 4.1, < 6) case_transform (>= 0.2) - jsonapi-renderer (>= 0.1.1.beta1, < 0.2) + jsonapi-renderer (>= 0.1.1.beta1, < 0.3) activejob (5.1.6.2) activesupport (= 5.1.6.2) globalid (>= 0.3.6) @@ -224,7 +224,7 @@ GEM js_cookie_rails (2.2.0) railties (>= 3.1) json (2.1.0) - jsonapi-renderer (0.1.2) + jsonapi-renderer (0.2.0) kaminari (0.17.0) actionpack (>= 3.0.0) activesupport (>= 3.0.0) @@ -476,7 +476,7 @@ PLATFORMS ruby DEPENDENCIES - active_model_serializers (~> 0.10.0) + active_model_serializers (~> 0.10.9) activemodel-serializers-xml better_errors! bootstrap-datepicker-rails