File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,3 +64,5 @@ group :test do
6464 gem "capybara"
6565 gem "selenium-webdriver"
6666end
67+
68+ gem "inertia_rails" , "~> 3.13"
Original file line number Diff line number Diff line change 8080 ast (2.4.3 )
8181 base64 (0.3.0 )
8282 bcrypt_pbkdf (1.1.1 )
83- bcrypt_pbkdf (1.1.1-arm64-darwin )
84- bcrypt_pbkdf (1.1.1-x86_64-darwin )
8583 bigdecimal (3.3.1 )
8684 bindex (0.8.1 )
8785 bootsnap (1.19.0 )
137135 actionpack (>= 6.0.0 )
138136 activesupport (>= 6.0.0 )
139137 railties (>= 6.0.0 )
138+ inertia_rails (3.13.0 )
139+ railties (>= 6 )
140140 io-console (0.8.1 )
141141 irb (1.15.3 )
142142 pp (>= 0.6.0 )
@@ -401,6 +401,7 @@ DEPENDENCIES
401401 debug
402402 image_processing (~> 1.2 )
403403 importmap-rails
404+ inertia_rails (~> 3.13 )
404405 jbuilder
405406 kamal
406407 propshaft
Original file line number Diff line number Diff line change 1+ [tools ]
2+ ruby = " 3.4.7"
You can’t perform that action at this time.
0 commit comments