diff --git a/.ruby-version b/.ruby-version index 818bd47..2451c27 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.6 +3.0.7 diff --git a/Gemfile b/Gemfile index dc491c9..baa0910 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ group :development do end group :production do - gem "passenger" + gem "passenger", "6.0.18" # Use Capistrano for deployment gem "capistrano", "~> 3.4" @@ -99,5 +99,5 @@ group :development, :test, :dockertest do gem "solargraph", "~> 0.44" # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem "spring" - gem "standard" + gem "standard", ">= 1.35.1" end diff --git a/Gemfile.lock b/Gemfile.lock index 26f3f43..e2d06bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,39 +64,40 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.5) - public_suffix (>= 2.0.2, < 6.0) - airbrussh (1.5.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + airbrussh (1.5.3) sshkit (>= 1.6.1, != 1.7.0) apparition (0.6.0) capybara (~> 3.13, < 4) websocket-driver (>= 0.6.5) ast (2.4.2) - autoprefixer-rails (10.4.15.0) + autoprefixer-rails (10.4.19.0) execjs (~> 2) backport (1.2.0) - base64 (0.1.1) - bcrypt (3.1.19) - benchmark (0.2.1) - binding_of_caller (1.0.0) - debug_inspector (>= 0.0.1) - bootsnap (1.16.0) + base64 (0.2.0) + bcrypt (3.1.20) + benchmark (0.3.0) + binding_of_caller (1.0.1) + debug_inspector (>= 1.2.0) + bootsnap (1.18.4) msgpack (~> 1.2) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) - brakeman (6.0.1) + brakeman (6.2.1) + racc builder (3.3.0) - bundler-audit (0.9.1) + bundler-audit (0.9.2) bundler (>= 1.2.0, < 3) thor (~> 1.0) - cancancan (3.5.0) - capistrano (3.17.3) + cancancan (3.6.1) + capistrano (3.19.1) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) sshkit (>= 1.9.0) - capistrano-bundler (2.1.0) + capistrano-bundler (2.1.1) capistrano (~> 3.1) capistrano-passenger (0.2.1) capistrano (~> 3.0) @@ -106,16 +107,16 @@ GEM capistrano-rbenv (2.2.0) capistrano (~> 3.1) sshkit (~> 1.3) - capybara (3.39.2) + capybara (3.40.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.11) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - charlock_holmes (0.7.7) + charlock_holmes (0.7.9) choice (0.2.0) coderay (1.1.3) coffee-rails (5.0.0) @@ -127,45 +128,46 @@ GEM coffee-script-source (1.12.2) concurrent-ruby (1.3.4) crass (1.0.6) - dalli (3.2.6) + csv (3.3.0) + dalli (3.2.8) date (3.3.4) - debug_inspector (1.1.0) - devise (4.9.2) + debug_inspector (1.2.0) + devise (4.9.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) responders warden (~> 1.2.3) - diff-lcs (1.5.0) - dotenv (2.8.1) - dotenv-rails (2.8.1) - dotenv (= 2.8.1) - railties (>= 3.2) + diff-lcs (1.5.1) + dotenv (3.1.2) + dotenv-rails (3.1.2) + dotenv (= 3.1.2) + railties (>= 6.1) e2mmap (0.1.0) erubi (1.13.0) execjs (2.9.1) - factory_bot (6.2.1) + factory_bot (6.5.0) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) railties (>= 5.0.0) - faker (3.2.1) + faker (3.4.2) i18n (>= 1.8.11, < 2) - ffi (1.16.2) + ffi (1.17.0-x86_64-darwin) globalid (1.2.1) activesupport (>= 6.1) i18n (1.14.5) concurrent-ruby (~> 1.0) interception (0.5) - jaro_winkler (1.5.6) - jbuilder (2.11.5) + jaro_winkler (1.6.0) + jbuilder (2.12.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.6.3) + json (2.7.2) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -184,9 +186,10 @@ GEM kramdown (~> 2.0) language_server-protocol (3.17.0.3) lint_roller (1.1.0) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -199,7 +202,6 @@ GEM matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) - mini_portile2 (2.8.7) minitest (5.25.1) msgpack (1.7.2) multi_json (1.15.0) @@ -213,23 +215,25 @@ GEM timeout net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) + net-sftp (4.0.0) + net-ssh (>= 5.0.0, < 8.0.0) net-smtp (0.5.0) net-protocol - net-ssh (7.2.0) + net-ssh (7.2.3) nio4r (2.7.3) - nokogiri (1.16.5) - mini_portile2 (~> 2.8.2) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) orm_adapter (0.5.0) - parallel (1.23.0) - parser (3.2.2.3) + ostruct (0.6.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc passenger (6.0.18) rack rake (>= 0.8.1) - pg (1.5.4) - postmark (1.24.1) + pg (1.5.8) + postmark (1.25.1) json postmark-rails (0.22.1) actionmailer (>= 3.0.0) @@ -237,7 +241,7 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - pry-rescue (1.5.2) + pry-rescue (1.6.0) interception (>= 0.5) pry (>= 0.12.0) pry-stack_explorer (0.6.1) @@ -245,7 +249,7 @@ GEM pry (~> 0.13) psych (5.1.2) stringio - public_suffix (5.0.3) + public_suffix (6.0.1) puma (6.4.2) nio4r (~> 2.0) racc (1.8.1) @@ -279,13 +283,14 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - rails_admin (3.1.3) + rails_admin (3.2.0) activemodel-serializers-xml (>= 1.0) + csv kaminari (>= 0.14, < 2.0) nested_form (~> 0.3) rails (>= 6.0, < 8) - turbo-rails (~> 1.0) - rails_admin_import (3.0.3) + turbo-rails (>= 1.0, < 3) + rails_admin_import (3.0.4) charlock_holmes (~> 0.7) rails (>= 3.2) rails_admin (>= 3.0.0.beta) @@ -299,58 +304,56 @@ GEM rainbow (3.1.1) rake (13.2.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) rbs (2.8.4) - rdoc (6.6.3.1) + rdoc (6.7.0) psych (>= 4.0.0) - regexp_parser (2.8.1) - responders (3.1.0) + regexp_parser (2.9.2) + responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) reverse_markdown (2.1.1) nokogiri - rexml (3.3.6) - strscan + rexml (3.3.7) rinku (2.0.6) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec-core (3.13.1) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-rails (6.0.3) + rspec-support (~> 3.13.0) + rspec-rails (6.1.5) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.12) - rspec-expectations (~> 3.12) - rspec-mocks (~> 3.12) - rspec-support (~> 3.12) - rspec-support (3.12.1) - rubocop (1.56.4) - base64 (~> 0.1.1) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) + rspec-support (3.13.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) - parser (>= 3.2.1.0) - rubocop-performance (1.19.1) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) + rubocop-ast (1.32.3) + parser (>= 3.3.1.0) + rubocop-performance (1.21.1) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-graphviz (1.2.5) rexml ruby-progressbar (1.13.0) - rubyXL (3.4.25) + rubyXL (3.4.27) nokogiri (>= 1.10.8) rubyzip (>= 1.3.0) rubyzip (2.3.2) @@ -364,17 +367,19 @@ GEM tilt sdoc (2.6.1) rdoc (>= 5.0) - selenium-webdriver (4.13.1) + selenium-webdriver (4.24.0) + base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - simple_form (5.2.0) + simple_form (5.3.1) actionpack (>= 5.2) activemodel (>= 5.2) simple_xlsx_reader (1.0.5) nokogiri rubyzip - solargraph (0.49.0) + solargraph (0.50.0) backport (~> 1.2) benchmark bundler (~> 2.0) @@ -390,35 +395,38 @@ GEM thor (~> 1.0) tilt (~> 2.0) yard (~> 0.9, >= 0.9.24) - spring (4.1.1) - sprockets (3.7.2) + spring (4.2.1) + sprockets (3.7.3) + base64 concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.5.2) actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sshkit (1.21.5) + sshkit (1.23.1) + base64 net-scp (>= 1.1.2) + net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) - standard (1.31.1) + ostruct + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.56.2) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) - standard-performance (~> 1.2) + standard-performance (~> 1.4) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.2.0) + standard-performance (1.4.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.19.0) - stringio (3.1.0) - strscan (3.1.0) + rubocop-performance (~> 1.21.0) + stringio (3.1.1) thor (1.3.2) - tilt (2.3.0) + tilt (2.4.0) timeout (0.4.1) - turbo-rails (1.5.0) + turbo-rails (2.0.6) actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) @@ -432,21 +440,21 @@ GEM unicode-display_width (2.5.0) warden (1.2.9) rack (>= 2.0.9) - websocket (1.2.10) + websocket (1.2.11) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - will_paginate (4.0.0) + will_paginate (4.0.1) will_paginate-bootstrap (1.0.2) will_paginate (>= 3.0.3) xpath (3.2.0) nokogiri (~> 1.8) yajl-ruby (1.4.3) - yard (0.9.36) + yard (0.9.37) zeitwerk (2.6.18) PLATFORMS - ruby + x86_64-darwin-23 DEPENDENCIES apparition @@ -474,7 +482,7 @@ DEPENDENCIES listen multi_json nokogiri (~> 1.16) - passenger + passenger (= 6.0.18) pg postmark-rails pry-rescue @@ -495,7 +503,7 @@ DEPENDENCIES solargraph (~> 0.44) spring sprockets (< 4) - standard + standard (>= 1.35.1) turbolinks uglifier (~> 4) will_paginate-bootstrap