diff --git a/Gemfile b/Gemfile index 22fd11b..f0ebf40 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem "thruster", require: false gem "vite_rails", "~> 3.0" # The Rails adapter for Inertia.js [https://inertia-rails.dev] -gem "inertia_rails", "~> 3.10" +gem "inertia_rails", "~> 3.14" # An authentication system generator for Rails applications # we leave gem here to watch for security updates diff --git a/Gemfile.lock b/Gemfile.lock index b33a59b..f83a2a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM childprocess (5.1.0) logger (~> 1.5) concurrent-ruby (1.3.5) - connection_pool (2.5.4) + connection_pool (2.5.5) crass (1.0.6) date (3.5.0) debug (1.11.0) @@ -119,7 +119,7 @@ GEM drb (2.2.3) dry-cli (1.3.0) ed25519 (1.4.0) - erb (5.1.3) + erb (6.0.0) erubi (1.13.1) et-orbi (1.4.0) tzinfo @@ -135,10 +135,10 @@ GEM activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - inertia_rails (3.11.0) + inertia_rails (3.14.0) railties (>= 6) 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) @@ -148,7 +148,7 @@ GEM js-routes (2.3.5) railties (>= 5) sorbet-runtime - json (2.15.2) + json (2.16.0) kamal (2.8.2) activesupport (>= 7.0) base64 (~> 0.2) @@ -181,7 +181,7 @@ GEM marcel (1.1.0) matrix (0.4.3) mini_mime (1.1.5) - minitest (5.26.0) + minitest (5.26.2) msgpack (1.8.0) mutex_m (0.3.0) net-imap (0.5.12) @@ -234,7 +234,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.2.3) + rack (3.2.4) rack-proxy (0.7.7) rack rack-session (2.1.1) @@ -276,12 +276,12 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) - rdoc (6.15.0) + rdoc (6.16.1) erb psych (>= 4.0.0) tsort regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) rspec-core (3.13.6) @@ -370,7 +370,7 @@ GEM net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) ostruct - stringio (3.1.7) + stringio (3.1.9) thor (1.4.0) thruster (0.1.16) thruster (0.1.16-aarch64-linux) @@ -383,7 +383,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.0.4) + uri (1.1.1) useragent (0.16.11) vite_rails (3.0.19) railties (>= 5.1, < 9) @@ -429,7 +429,7 @@ DEPENDENCIES capybara-lockstep debug factory_bot_rails - inertia_rails (~> 3.10) + inertia_rails (~> 3.14) jbuilder js-routes kamal