From 9b53a1a77d58a9e648e3a71f14b8cc2236cb82c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:34:19 +0000 Subject: [PATCH] Bump inertia_rails from 3.11.0 to 3.15.0 Bumps [inertia_rails](https://github.com/inertiajs/inertia-rails) from 3.11.0 to 3.15.0. - [Release notes](https://github.com/inertiajs/inertia-rails/releases) - [Changelog](https://github.com/inertiajs/inertia-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/inertiajs/inertia-rails/compare/v3.11.0...v3.15.0) --- updated-dependencies: - dependency-name: inertia_rails dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 403873b..59c9cf0 100644 --- a/Gemfile +++ b/Gemfile @@ -73,6 +73,6 @@ end gem "dotenv-rails", "~> 3.1", groups: [ :development, :test ] -gem "inertia_rails", "~> 3.11" +gem "inertia_rails", "~> 3.15" gem "vite_rails", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index b669f9f..1980899 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,14 +99,14 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crass (1.0.6) database_cleaner-active_record (2.2.2) activerecord (>= 5.a) database_cleaner-core (~> 2.0) database_cleaner-core (2.0.1) - date (3.5.0) + date (3.5.1) debug (1.11.0) irb (~> 1.10) reline (>= 0.3.8) @@ -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.1) erubi (1.13.1) et-orbi (1.4.0) tzinfo @@ -147,9 +147,9 @@ GEM actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) - inertia_rails (3.11.0) + inertia_rails (3.15.0) railties (>= 6) - io-console (0.8.1) + io-console (0.8.2) irb (1.15.3) pp (>= 0.6.0) rdoc (>= 4.0.0) @@ -157,7 +157,7 @@ GEM jbuilder (2.14.1) actionview (>= 7.0.0) activesupport (>= 7.0.0) - json (2.15.2) + json (2.18.0) kamal (2.8.2) activesupport (>= 7.0) base64 (~> 0.2) @@ -186,7 +186,7 @@ GEM mini_magick (5.3.1) logger mini_mime (1.1.5) - minitest (5.26.0) + minitest (5.27.0) msgpack (1.8.0) mutex_m (0.3.0) net-imap (0.5.12) @@ -234,7 +234,7 @@ GEM actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack - psych (5.2.6) + psych (5.3.0) date stringio public_suffix (6.0.2) @@ -250,7 +250,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) @@ -284,12 +284,12 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) - rdoc (6.15.1) + rdoc (6.17.0) 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) @@ -374,7 +374,7 @@ GEM ostruct stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.7) + stringio (3.1.9) thor (1.4.0) thruster (0.1.16) thruster (0.1.16-aarch64-linux) @@ -389,7 +389,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.1.0) + uri (1.1.1) useragent (0.16.11) vite_rails (3.0.19) railties (>= 5.1, < 9) @@ -435,7 +435,7 @@ DEPENDENCIES factory_bot_rails image_processing (~> 1.2) importmap-rails - inertia_rails (~> 3.11) + inertia_rails (~> 3.15) jbuilder kamal pg (~> 1.1)