Skip to content

Commit 473b0a8

Browse files
Bump inertia_rails from 3.11.0 to 3.12.1
Bumps [inertia_rails](https://github.com/inertiajs/inertia-rails) from 3.11.0 to 3.12.1. - [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.11.0...v3.12.1) --- updated-dependencies: - dependency-name: inertia_rails dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 626f006 commit 473b0a8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.12"
4444

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

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ GEM
135135
activesupport (>= 6.1)
136136
i18n (1.14.7)
137137
concurrent-ruby (~> 1.0)
138-
inertia_rails (3.11.0)
138+
inertia_rails (3.12.1)
139139
railties (>= 6)
140140
io-console (0.8.1)
141-
irb (1.15.2)
141+
irb (1.15.3)
142142
pp (>= 0.6.0)
143143
rdoc (>= 4.0.0)
144144
reline (>= 0.4.2)
@@ -148,7 +148,7 @@ GEM
148148
js-routes (2.3.5)
149149
railties (>= 5)
150150
sorbet-runtime
151-
json (2.15.2)
151+
json (2.16.0)
152152
kamal (2.8.2)
153153
activesupport (>= 7.0)
154154
base64 (~> 0.2)
@@ -181,7 +181,7 @@ GEM
181181
marcel (1.1.0)
182182
matrix (0.4.3)
183183
mini_mime (1.1.5)
184-
minitest (5.26.0)
184+
minitest (5.26.1)
185185
msgpack (1.8.0)
186186
mutex_m (0.3.0)
187187
net-imap (0.5.12)
@@ -234,7 +234,7 @@ GEM
234234
nio4r (~> 2.0)
235235
raabro (1.4.0)
236236
racc (1.8.1)
237-
rack (3.2.3)
237+
rack (3.2.4)
238238
rack-proxy (0.7.7)
239239
rack
240240
rack-session (2.1.1)
@@ -276,12 +276,12 @@ GEM
276276
zeitwerk (~> 2.6)
277277
rainbow (3.1.1)
278278
rake (13.3.1)
279-
rdoc (6.15.0)
279+
rdoc (6.15.1)
280280
erb
281281
psych (>= 4.0.0)
282282
tsort
283283
regexp_parser (2.11.3)
284-
reline (0.6.2)
284+
reline (0.6.3)
285285
io-console (~> 0.5)
286286
rexml (3.4.4)
287287
rspec-core (3.13.6)
@@ -383,7 +383,7 @@ GEM
383383
unicode-display_width (3.2.0)
384384
unicode-emoji (~> 4.1)
385385
unicode-emoji (4.1.0)
386-
uri (1.0.4)
386+
uri (1.1.1)
387387
useragent (0.16.11)
388388
vite_rails (3.0.19)
389389
railties (>= 5.1, < 9)
@@ -429,7 +429,7 @@ DEPENDENCIES
429429
capybara-lockstep
430430
debug
431431
factory_bot_rails
432-
inertia_rails (~> 3.10)
432+
inertia_rails (~> 3.12)
433433
jbuilder
434434
js-routes
435435
kamal

0 commit comments

Comments
 (0)