diff --git a/Gemfile b/Gemfile index 28692e9ca..ae59c337b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gem 'rails', '7.1.5.1' -gem 'active_model_serializers', '~> 0.10.14' # JSON API +gem 'active_model_serializers', '~> 0.10.15' # JSON API gem 'activerecord-import' # Mass importing of CSV data gem 'activerecord-session_store' # Switch to AR session storage in case of failure pushing to GIBCT gem 'base64', '~> 0.2.0' # ruby 3.4.0 warning said to add diff --git a/Gemfile.lock b/Gemfile.lock index a41c5a079..0d4f34df7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,7 @@ GEM erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - active_model_serializers (0.10.14) + active_model_serializers (0.10.15) actionpack (>= 4.1) activemodel (>= 4.1) case_transform (>= 0.2) @@ -119,7 +119,7 @@ GEM base64 (0.2.0) bcrypt (3.1.20) benchmark (0.4.0) - bigdecimal (3.1.8) + bigdecimal (3.1.9) bindex (0.8.1) bootsnap (1.18.4) msgpack (~> 1.2) @@ -149,7 +149,7 @@ GEM concurrent-ruby (1.3.4) config (5.4.0) deep_merge (~> 1.2, >= 1.2.1) - connection_pool (2.4.1) + connection_pool (2.5.0) crass (1.0.6) csv (3.3.0) database_cleaner (2.0.2) @@ -171,7 +171,7 @@ GEM diff-lcs (1.5.1) docile (1.4.0) drb (2.2.1) - erubi (1.13.0) + erubi (1.13.1) execjs (2.10.0) factory_bot (6.4.6) activesupport (>= 5.0.0) @@ -259,8 +259,8 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.3) - loofah (2.23.1) + logger (1.6.5) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) lumberjack (1.2.8) @@ -329,9 +329,10 @@ GEM rack (3.1.8) rack-cors (2.0.2) rack (>= 2.0.0) - rack-session (2.0.0) + rack-session (2.1.0) + base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) rackup (2.2.1) rack (>= 3) @@ -538,7 +539,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - active_model_serializers (~> 0.10.14) + active_model_serializers (~> 0.10.15) activerecord-import activerecord-session_store base64 (~> 0.2.0)