diff --git a/Gemfile b/Gemfile index 2a67142..5bd6eb8 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'aws-sdk-s3' gem "bootstrap-table-rails" gem "paperclip", "~> 6.0.0" gem 'active_designer' -gem 'active_model_serializers', '~> 0.10.0' +gem 'active_model_serializers', '~> 0.10.12' gem 'bootstrap-sass' gem 'cancancan' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 6c1aa60..95e3195 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,9 +25,9 @@ GEM rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) active_designer (0.0.3) - active_model_serializers (0.10.7) - actionpack (>= 4.1, < 6) - activemodel (>= 4.1, < 6) + active_model_serializers (0.10.12) + actionpack (>= 4.1, < 6.2) + activemodel (>= 4.1, < 6.2) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) activejob (5.2.2.1) @@ -95,7 +95,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) coolline (0.5.0) unicode_utils (~> 1.4) crass (1.0.6) @@ -110,7 +110,7 @@ GEM docile (1.3.0) doorkeeper (5.0.3) railties (>= 4.2) - erubi (1.9.0) + erubi (1.10.0) execjs (2.7.0) factory_bot (4.8.2) activesupport (>= 3.0.0) @@ -131,7 +131,7 @@ GEM activesupport (>= 3.0, < 6.0) graphql (~> 1.6) honeybadger (3.3.1) - i18n (1.8.2) + i18n (1.8.9) concurrent-ruby (~> 1.0) jbuilder (2.7.0) activesupport (>= 4.2.0) @@ -142,7 +142,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.5.1) - jsonapi-renderer (0.2.0) + jsonapi-renderer (0.2.2) jwt (1.5.6) launchy (2.4.3) addressable (~> 2.3) @@ -150,7 +150,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.5.0) + loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -161,10 +161,12 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mimemagic (0.3.6) + mimemagic (0.3.9) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.5.0) - minitest (5.14.1) + minitest (5.14.4) multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) @@ -297,7 +299,7 @@ GEM thor (0.20.3) thread_safe (0.3.6) tilt (2.0.8) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.1.18) execjs (>= 0.3.0, < 3) @@ -320,7 +322,7 @@ PLATFORMS DEPENDENCIES active_designer - active_model_serializers (~> 0.10.0) + active_model_serializers (~> 0.10.12) aws-sdk-s3 bootstrap-sass bootstrap-table-rails