diff --git a/Gemfile b/Gemfile index b8eddc7..310c6dd 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "sidekiq-cron" # Hotwire gem "stimulus-rails" gem "turbo-rails" -gem "hotwire_combobox", "~> 0.4.0" +gem "hotwire_combobox", "~> 0.4.1" # Other gem "faraday" diff --git a/Gemfile.lock b/Gemfile.lock index ca226d9..3b4223e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT GEM remote: https://rubygems.org/ specs: - action_text-trix (2.1.15) + action_text-trix (2.1.16) railties actioncable (8.1.1) actionpack (= 8.1.1) @@ -119,7 +119,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (3.3.1) + bigdecimal (4.0.1) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -137,7 +137,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) concurrent-ruby (1.3.6) - connection_pool (2.5.4) + connection_pool (3.0.2) crack (1.0.1) bigdecimal rexml @@ -146,7 +146,7 @@ GEM tzinfo unicode (>= 0.4.4.5) csv (3.3.0) - date (3.5.0) + date (3.5.1) debug (1.9.2) irb (~> 1.10) reline (>= 0.3.8) @@ -156,7 +156,7 @@ GEM dotenv (= 3.1.8) railties (>= 6.1) drb (2.2.3) - erb (6.0.0) + erb (6.0.1) erb_lint (0.9.0) activesupport better_html (>= 2.0.1) @@ -193,7 +193,7 @@ GEM actioncable (>= 6.0.0) listen (>= 3.0.0) railties (>= 6.0.0) - hotwire_combobox (0.4.0) + hotwire_combobox (0.4.1) platform_agent (>= 1.0.1) rails (>= 7.0.7.2) stimulus-rails (>= 1.2) @@ -202,7 +202,7 @@ GEM csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) importmap-rails (2.0.3) actionpack (>= 6.0.0) @@ -211,15 +211,16 @@ GEM inline_svg (1.10.0) activesupport (>= 3.0) nokogiri (>= 1.6) - io-console (0.8.1) - irb (1.15.3) + io-console (0.8.2) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) - json (2.15.2) + json (2.18.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) listen (3.9.0) @@ -237,7 +238,7 @@ GEM logtail (~> 0.1, >= 0.1.14) logtail-rack (~> 0.1) railties (>= 5.0.0) - loofah (2.24.1) + loofah (2.25.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.9.0) @@ -252,16 +253,17 @@ GEM actionpack (>= 6.0.0, < 8.2) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.26.1) + minitest (6.0.1) + prism (~> 1.5) mocha (2.7.1) ruby2_keywords (>= 0.0.5) msgpack (1.8.0) - multi_xml (0.7.1) - bigdecimal (~> 3.1) + multi_xml (0.8.1) + bigdecimal (>= 3.1, < 5) multipart-post (2.4.1) net-http (0.6.0) uri - net-imap (0.5.12) + net-imap (0.6.3) date net-protocol net-pop (0.1.2) @@ -271,18 +273,18 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.18.10) + nokogiri (1.19.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.10-aarch64-linux-gnu) + nokogiri (1.19.0-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.10-arm-linux-gnu) + nokogiri (1.19.0-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.10-arm64-darwin) + nokogiri (1.19.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-darwin) + nokogiri (1.19.0-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-gnu) + nokogiri (1.19.0-x86_64-linux-gnu) racc (~> 1.4) pagy (9.3.4) parallel (1.27.0) @@ -305,14 +307,14 @@ GEM pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.4.0) + prism (1.9.0) prop_initializer (0.2.0) zeitwerk (>= 2.6.18) propshaft (1.2.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack - psych (5.2.6) + psych (5.3.1) date stringio public_suffix (6.0.2) @@ -320,7 +322,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.2.4) + rack (3.2.5) rack-mini-profiler (3.3.1) rack (>= 1.2.0) rack-session (2.1.1) @@ -328,7 +330,7 @@ GEM rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rackup (2.2.1) + rackup (2.3.1) rack (>= 3) rails (8.1.1) actioncable (= 8.1.1) @@ -375,7 +377,7 @@ GEM ffi (~> 1.0) rbs (3.9.4) logger - rdoc (6.15.1) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort @@ -464,7 +466,7 @@ GEM sorbet-runtime (0.5.12184) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.8) + stringio (3.2.0) tailwindcss-rails (3.3.2) railties (>= 7.0.0) tailwindcss-ruby (~> 3.0) @@ -474,8 +476,8 @@ GEM tailwindcss-ruby (3.4.17-arm64-darwin) tailwindcss-ruby (3.4.17-x86_64-darwin) tailwindcss-ruby (3.4.17-x86_64-linux) - thor (1.4.0) - timeout (0.4.4) + thor (1.5.0) + timeout (0.6.0) tsort (0.2.0) turbo-rails (2.0.16) actionpack (>= 7.1.0) @@ -512,7 +514,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.3) + zeitwerk (2.7.4) PLATFORMS aarch64-linux @@ -536,7 +538,7 @@ DEPENDENCIES faraday ffi (>= 1.17) hotwire-livereload - hotwire_combobox (~> 0.4.0) + hotwire_combobox (~> 0.4.1) importmap-rails jbuilder logtail-rails