diff --git a/Gemfile b/Gemfile index 22fd11b..74c9825 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.12" # 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..4ea3602 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,10 +135,10 @@ GEM activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - inertia_rails (3.11.0) + inertia_rails (3.12.1) 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.1) 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,7 +276,7 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) - rdoc (6.15.0) + rdoc (6.15.1) erb psych (>= 4.0.0) tsort @@ -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.12) jbuilder js-routes kamal