diff --git a/Gemfile b/Gemfile index ca37447..09767a3 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ group :test do gem "selenium-webdriver" end -gem "inertia_rails", "~> 3.12" +gem "inertia_rails", "~> 3.14" gem "vite_rails", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3e24ade..41faa30 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) 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) @@ -118,7 +118,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 @@ -136,7 +136,7 @@ GEM activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - inertia_rails (3.12.1) + inertia_rails (3.14.0) railties (>= 6) io-console (0.8.1) irb (1.15.3) @@ -173,7 +173,7 @@ GEM marcel (1.1.0) matrix (0.4.3) mini_mime (1.1.5) - minitest (5.26.1) + minitest (5.26.2) msgpack (1.8.0) mutex_m (0.3.0) net-imap (0.5.12) @@ -272,12 +272,12 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) - rdoc (6.15.1) + 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) responders (3.2.0) actionpack (>= 7.0) @@ -367,7 +367,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) @@ -429,7 +429,7 @@ DEPENDENCIES devise (~> 4.9) factory_bot_rails faker - inertia_rails (~> 3.12) + inertia_rails (~> 3.14) jbuilder kamal pagy (~> 43.0)