diff --git a/Gemfile b/Gemfile index 6543ad0..c45e61f 100644 --- a/Gemfile +++ b/Gemfile @@ -104,7 +104,7 @@ gem "sentry-rails", "~> 5.13" gem "solid_cache", "~> 0.2.0" -gem "importmap-rails", "~> 1.2" +gem "importmap-rails", "~> 2.0" gem "tailwindcss-rails", "~> 2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 456319a..b01ef5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ GEM backport (1.2.0) base64 (0.2.0) benchmark (0.3.0) - bigdecimal (3.1.6) + bigdecimal (3.1.7) bindata (2.4.15) bindex (0.8.1) bootsnap (1.18.3) @@ -146,8 +146,7 @@ GEM dotenv-rails (2.8.1) dotenv (= 2.8.1) railties (>= 3.2) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) e2mmap (0.1.0) erb-formatter (0.7.1) syntax_tree (~> 6.0) @@ -159,14 +158,14 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) - importmap-rails (1.2.3) + importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.2) - irb (1.11.1) + irb (1.12.0) rdoc reline (>= 0.4.2) jaro_winkler (1.5.6) @@ -198,7 +197,7 @@ GEM rails (>= 7.0.0) matrix (0.4.2) mini_mime (1.1.5) - minitest (5.21.2) + minitest (5.22.3) mission_control-jobs (0.1.1) importmap-rails rails (~> 7.1) @@ -218,11 +217,11 @@ GEM net-protocol netrc (0.11.0) nio4r (2.7.0) - nokogiri (1.16.0-arm64-darwin) + nokogiri (1.16.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.0-x86_64-darwin) + nokogiri (1.16.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.0-x86_64-linux) + nokogiri (1.16.3-x86_64-linux) racc (~> 1.4) openssl (3.2.0) openssl-signature_algorithm (1.3.0) @@ -250,7 +249,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (3.0.9) + rack (3.0.9.1) rack-cors (2.0.1) rack (>= 2.0.0) rack-session (2.0.0) @@ -306,7 +305,7 @@ GEM psych (>= 4.0.0) redis (4.8.1) regexp_parser (2.9.0) - reline (0.4.2) + reline (0.4.3) io-console (~> 0.5) reverse_markdown (2.1.1) nokogiri @@ -336,7 +335,6 @@ GEM rubocop (>= 1.33.0, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (1.13.0) - ruby2_keywords (0.0.5) rubyzip (2.3.2) safety_net_attestation (0.4.0) jwt (~> 2.0) @@ -423,7 +421,7 @@ GEM spoom (~> 1.2.0, >= 1.2.0) thor (>= 1.2.0) yard-sorbet - thor (1.3.0) + thor (1.3.1) tilt (2.3.0) timeout (0.4.1) tpm-key_attestation (0.12.0) @@ -466,7 +464,7 @@ GEM yard-sorbet (0.8.1) sorbet-runtime (>= 0.5) yard (>= 0.9) - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS arm64-darwin @@ -490,7 +488,7 @@ DEPENDENCIES dotenv-rails erb-formatter foreman (~> 0.87.2) - importmap-rails (~> 1.2) + importmap-rails (~> 2.0) jbuilder local_time (~> 3.0) mass_encryption (~> 0.1.1)