diff --git a/Gemfile b/Gemfile index 63850688..987f90ac 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'rails-i18n', '~> 7.0' gem 'puma', '~> 6.4' gem 'rdiscount', '~> 2.2.7' gem 'rubyzip', '~> 2.3.0' -gem 'activeadmin', '~> 2.14' +gem 'activeadmin', '~> 3.2' gem 'bootsnap', '~> 1.12', require: false gem 'has_scope', '~> 0.7.2' gem 'pundit', '~> 2.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4a246e33..78b3f6f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,15 +51,16 @@ GEM activemodel (>= 5.2.0) activestorage (>= 5.2.0) activesupport (>= 5.2.0) - activeadmin (2.14.0) + activeadmin (3.2.2) arbre (~> 1.2, >= 1.2.1) - formtastic (>= 3.1, < 5.0) - formtastic_i18n (~> 0.4) + csv + formtastic (>= 3.1) + formtastic_i18n (>= 0.4) inherited_resources (~> 1.7) - jquery-rails (~> 4.2) - kaminari (~> 1.0, >= 1.2.1) - railties (>= 6.1, < 7.1) - ransack (>= 2.1.1, < 4) + jquery-rails (>= 4.2) + kaminari (>= 1.2.1) + railties (>= 6.1) + ransack (>= 4.0) activejob (7.0.8.4) activesupport (= 7.0.8.4) globalid (>= 0.3.6) @@ -113,7 +114,7 @@ GEM bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) - builder (3.2.4) + builder (3.3.0) byebug (11.1.3) capybara (3.40.0) addressable @@ -124,9 +125,10 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - concurrent-ruby (1.3.1) + concurrent-ruby (1.3.3) connection_pool (2.4.1) crass (1.0.6) + csv (3.3.0) database_cleaner (2.0.2) database_cleaner-active_record (>= 2, < 3) database_cleaner-active_record (2.1.0) @@ -149,7 +151,7 @@ GEM dotenv-rails (2.7.6) dotenv (= 2.7.6) railties (>= 3.2) - erubi (1.12.0) + erubi (1.13.0) et-orbi (1.2.7) tzinfo execjs (2.9.1) @@ -157,8 +159,8 @@ GEM faker (2.23.0) i18n (>= 1.8.11, < 2) ffi (1.16.3) - formtastic (4.0.0) - actionpack (>= 5.2.0) + formtastic (5.0.0) + actionpack (>= 6.0.0) formtastic_i18n (0.7.0) fugit (1.9.0) et-orbi (~> 1, >= 1.2.7) @@ -225,7 +227,7 @@ GEM net-smtp marcel (1.0.2) matrix (0.4.2) - method_source (1.0.0) + method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) mime-types-data (3.2023.1205) @@ -244,9 +246,9 @@ GEM net-protocol netrc (0.11.0) nio4r (2.7.0) - nokogiri (1.16.5-arm64-darwin) + nokogiri (1.16.6-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.6-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) parallel (1.24.0) @@ -310,8 +312,8 @@ GEM thor (~> 1.0) zeitwerk (~> 2.5) rainbow (3.1.1) - rake (13.1.0) - ransack (3.2.1) + rake (13.2.1) + ransack (4.1.1) activerecord (>= 6.1.5) activesupport (>= 6.1.5) i18n @@ -431,7 +433,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.13) + zeitwerk (2.6.16) PLATFORMS arm64-darwin-22 @@ -439,7 +441,7 @@ PLATFORMS DEPENDENCIES active_storage_validations (~> 1.1.3) - activeadmin (~> 2.14) + activeadmin (~> 3.2) aws-sdk-s3 (~> 1.94) bootsnap (~> 1.12) bootstrap-sass (~> 3.4)