diff --git a/Gemfile b/Gemfile index 5f52daf..e02692b 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'rails', '~> 7.0.8' gem 'activeadmin', '~> 2.9' gem 'active_storage_base64', '~> 2.0.0' -gem 'arctic_admin', '~> 3.3.0' +gem 'arctic_admin', '~> 4.2.5' gem 'aws-sdk-s3', '~> 1.134', 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 dcc5dfb..15a87bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,13 +86,12 @@ GEM annotate (3.2.0) activerecord (>= 3.2, < 8.0) rake (>= 10.4, < 14.0) - arbre (1.5.0) + arbre (1.6.0) activesupport (>= 3.0.0, < 7.1) ruby2_keywords (>= 0.0.2, < 1.0) - arctic_admin (3.3.0) - activeadmin (>= 1.1.0, < 3.0) - font-awesome-sass (~> 5.0) - jquery-rails + arctic_admin (4.2.5) + activeadmin (>= 1.1.0, < 4.0) + font-awesome-sass (~> 6.0) ast (2.4.2) aws-eventstream (1.2.0) aws-partitions (1.816.0) @@ -178,7 +177,7 @@ GEM railties (>= 5.0.0) faker (2.23.0) i18n (>= 1.8.11, < 2) - ffi (1.15.5) + ffi (1.16.1) flipper (1.0.0) brow (~> 0.4.1) concurrent-ruby (< 2) @@ -191,15 +190,15 @@ GEM rack (>= 1.4, < 4) rack-protection (>= 1.5.3, <= 4.0.0) sanitize (< 7) - font-awesome-sass (5.15.1) - sassc (>= 1.11) + font-awesome-sass (6.4.2) + sassc (~> 2.0) formtastic (4.0.0) actionpack (>= 5.2.0) formtastic_i18n (0.7.0) globalid (1.2.1) activesupport (>= 6.1) google-protobuf (3.24.3) - has_scope (0.8.0) + has_scope (0.8.1) actionpack (>= 5.2) activesupport (>= 5.2) hashdiff (1.0.1) @@ -226,7 +225,7 @@ GEM actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.2) - jquery-rails (4.5.0) + jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -496,7 +495,7 @@ GEM yaaf (2.2.0) activemodel (>= 5.2) activerecord (>= 5.2) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby @@ -505,7 +504,7 @@ DEPENDENCIES active_storage_base64 (~> 2.0.0) activeadmin (~> 2.9) annotate (~> 3.2, >= 3.0.3) - arctic_admin (~> 3.3.0) + arctic_admin (~> 4.2.5) aws-sdk-s3 (~> 1.134) better_errors (~> 2.10) binding_of_caller (~> 1.0)