diff --git a/Gemfile b/Gemfile index 1e167744..1e45ef4f 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'activejob', '~> 7.2' gem 'activerecord', '~> 7.2' gem 'activestorage', '~> 7.2' gem 'activesupport', '~> 7.2' -gem 'active_model_serializers', '~> 0.8' +gem 'active_model_serializers', '~> 0.8.1' gem 'acts_as_list', '~> 1.2' gem 'addressable', '~> 2.8' gem 'auto-session-timeout', '~> 1.2' diff --git a/Gemfile.lock b/Gemfile.lock index dae34a5b..eb759f5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,6 +46,8 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) active_material (2.1.2) + active_model_serializers (0.8.4) + activemodel (>= 3.0) activeadmin (3.2.5) arbre (~> 1.2, >= 1.2.1) csv @@ -2149,6 +2151,7 @@ DEPENDENCIES actionmailer (~> 7.2) actionpack (~> 7.2) actionview (~> 7.2) + active_model_serializers (~> 0.8.1) activeadmin (~> 3.2) activeadmin_addons (~> 1.10) activeadmin_reorderable (~> 0.3)