diff --git a/Gemfile b/Gemfile index bcaeed80..43a8a2b3 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) do |repo_name| "https://github.com/#{repo_name}.git" end -gem 'administrate', '~> 0.20.0' +gem 'administrate', '~> 1.0.0' gem 'aws-sdk-rails' gem 'aws-sdk-s3' gem 'aws-sdk-sqs' diff --git a/Gemfile.lock b/Gemfile.lock index 5a631a94..a96891e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,14 +83,11 @@ GEM tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - administrate (0.20.1) - actionpack (>= 6.0, < 8.0) - actionview (>= 6.0, < 8.0) - activerecord (>= 6.0, < 8.0) - jquery-rails (~> 4.6.0) + administrate (1.0.0) + actionpack (>= 6.0, < 9.0) + actionview (>= 6.0, < 9.0) + activerecord (>= 6.0, < 9.0) kaminari (~> 1.2.2) - sassc-rails (~> 2.1) - selectize-rails (~> 0.6) annotate (3.2.0) activerecord (>= 3.2, < 8.0) rake (>= 10.4, < 14.0) @@ -154,7 +151,7 @@ GEM rexml crass (1.0.6) csv (3.3.5) - date (3.4.1) + date (3.5.0) delayed_job (4.1.13) activesupport (>= 3.0, < 9.0) delayed_job_active_record (4.1.11) @@ -172,10 +169,10 @@ GEM dotenv (= 3.1.8) railties (>= 6.1) drb (2.2.3) - erb (5.1.1) + erb (6.0.0) erubi (1.13.1) execjs (2.10.0) - ffi (1.17.1) + ffi (1.17.2) flipflop (2.8.0) activesupport (>= 4.0) terminal-table (>= 1.8) @@ -186,15 +183,11 @@ GEM i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.1) - irb (1.15.2) + irb (1.15.3) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jmespath (1.6.2) - jquery-rails (4.6.0) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) json (2.15.1) kaminari (1.2.2) activesupport (>= 4.1.0) @@ -241,7 +234,7 @@ GEM matrix (0.4.2) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.26.0) + minitest (5.26.2) minitest-reporters (1.7.1) ansi builder @@ -291,7 +284,7 @@ GEM puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.18) + rack (3.1.19) rack-protection (4.1.1) base64 (>= 0.1.0) logger (>= 1.6.0) @@ -335,16 +328,16 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.0) + rake (13.3.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.15.0) + rdoc (6.15.1) erb psych (>= 4.0.0) tsort regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -390,7 +383,6 @@ GEM scout_apm (5.7.1) parser securerandom (0.4.1) - selectize-rails (0.12.6) selenium-webdriver (4.37.0) base64 (~> 0.2) logger (~> 1.4) @@ -415,8 +407,9 @@ GEM simplecov_json_formatter (0.1.4) skylight (7.0.0) activesupport (>= 7.1.0) - sprockets (4.2.1) + sprockets (4.2.2) concurrent-ruby (~> 1.0) + logger rack (>= 2.2.4, < 4) sprockets-rails (3.5.2) actionpack (>= 6.1) @@ -424,15 +417,15 @@ GEM sprockets (>= 3.0.0) sqlite3 (2.7.4) mini_portile2 (~> 2.8.0) - stringio (3.1.7) + stringio (3.1.8) terminal-table (4.0.0) unicode-display_width (>= 1.1.1, < 4) terser (1.2.6) execjs (>= 0.3.0, < 3) thor (1.4.0) - tilt (2.6.0) + tilt (2.6.1) timecop (0.9.10) - timeout (0.4.3) + timeout (0.4.4) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -466,7 +459,7 @@ PLATFORMS ruby DEPENDENCIES - administrate (~> 0.20.0) + administrate (~> 1.0.0) annotate aws-sdk-rails aws-sdk-s3