diff --git a/Gemfile b/Gemfile index 2691327d..db9b543f 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'rails', '~> 7.0.8' gem 'activeadmin', '~> 3.0' gem 'active_storage_base64', '~> 2.0.0' -gem 'arctic_admin', '~> 4.2.5' +gem 'arctic_admin', '~> 4.2.6' gem 'aws-sdk-s3', '~> 1.136', require: false gem 'bootsnap', '~> 1.16' gem 'delayed_job_active_record', '~> 4.1', '>= 4.1.5' diff --git a/Gemfile.lock b/Gemfile.lock index 15e36501..937c92fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM arbre (1.7.0) activesupport (>= 3.0.0) ruby2_keywords (>= 0.0.2) - arctic_admin (4.2.5) + arctic_admin (4.2.6) activeadmin (>= 1.1.0, < 4.0) font-awesome-sass (~> 6.0) ast (2.4.2) @@ -177,7 +177,7 @@ GEM railties (>= 5.0.0) faker (3.2.1) i18n (>= 1.8.11, < 2) - ffi (1.16.1) + ffi (1.16.3) flipper (1.0.0) brow (~> 0.4.1) concurrent-ruby (< 2) @@ -198,7 +198,7 @@ GEM globalid (1.2.1) activesupport (>= 6.1) google-protobuf (3.24.3) - has_scope (0.8.1) + has_scope (0.8.2) actionpack (>= 5.2) activesupport (>= 5.2) hashdiff (1.0.1) @@ -504,7 +504,7 @@ DEPENDENCIES active_storage_base64 (~> 2.0.0) activeadmin (~> 3.0) annotate (~> 3.2, >= 3.0.3) - arctic_admin (~> 4.2.5) + arctic_admin (~> 4.2.6) aws-sdk-s3 (~> 1.136) better_errors (~> 2.10) binding_of_caller (~> 1.0)