Skip to content

Commit 9a895e9

Browse files
Bump inertia_rails from 3.10.0 to 3.11.0
Bumps [inertia_rails](https://github.com/inertiajs/inertia-rails) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/inertiajs/inertia-rails/releases) - [Changelog](https://github.com/inertiajs/inertia-rails/blob/master/CHANGELOG.md) - [Commits](inertiajs/inertia-rails@v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: inertia_rails dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fecf493 commit 9a895e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gem "thruster", require: false
4040
gem "vite_rails", "~> 3.0"
4141

4242
# The Rails adapter for Inertia.js [https://inertia-rails.dev]
43-
gem "inertia_rails", "~> 3.10"
43+
gem "inertia_rails", "~> 3.11"
4444

4545
# An authentication system generator for Rails applications
4646
# we leave gem here to watch for security updates

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ GEM
9999
childprocess (5.1.0)
100100
logger (~> 1.5)
101101
concurrent-ruby (1.3.5)
102-
connection_pool (2.5.3)
102+
connection_pool (2.5.4)
103103
crass (1.0.6)
104104
date (3.4.1)
105105
debug (1.11.0)
@@ -126,7 +126,7 @@ GEM
126126
activesupport (>= 6.1)
127127
i18n (1.14.7)
128128
concurrent-ruby (~> 1.0)
129-
inertia_rails (3.10.0)
129+
inertia_rails (3.11.0)
130130
railties (>= 6)
131131
io-console (0.8.1)
132132
irb (1.15.2)
@@ -224,7 +224,7 @@ GEM
224224
nio4r (~> 2.0)
225225
raabro (1.4.0)
226226
racc (1.8.1)
227-
rack (3.2.0)
227+
rack (3.2.1)
228228
rack-proxy (0.7.7)
229229
rack
230230
rack-session (2.1.1)
@@ -413,7 +413,7 @@ DEPENDENCIES
413413
capybara
414414
debug
415415
factory_bot_rails
416-
inertia_rails (~> 3.10)
416+
inertia_rails (~> 3.11)
417417
jbuilder
418418
js-routes
419419
kamal

0 commit comments

Comments
 (0)