Skip to content
Closed
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.11"

# An authentication system generator for Rails applications
# we leave gem here to watch for security updates
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
crass (1.0.6)
date (3.4.1)
debug (1.11.0)
Expand All @@ -126,7 +126,7 @@ GEM
activesupport (>= 6.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
inertia_rails (3.10.0)
inertia_rails (3.11.0)
railties (>= 6)
io-console (0.8.1)
irb (1.15.2)
Expand Down Expand Up @@ -224,7 +224,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.2.0)
rack (3.2.1)
rack-proxy (0.7.7)
rack
rack-session (2.1.1)
Expand Down Expand Up @@ -413,7 +413,7 @@ DEPENDENCIES
capybara
debug
factory_bot_rails
inertia_rails (~> 3.10)
inertia_rails (~> 3.11)
jbuilder
js-routes
kamal
Expand Down