Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -429,7 +429,7 @@ DEPENDENCIES
capybara-lockstep
debug
factory_bot_rails
inertia_rails (~> 3.10)
inertia_rails (~> 3.12)
jbuilder
js-routes
kamal
Expand Down
Loading