Skip to content

Commit f44a5a4

Browse files
committed
Gemfile changes
1 parent 1afd383 commit f44a5a4

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ group :test do
6464
gem "capybara"
6565
gem "selenium-webdriver"
6666
end
67+
68+
gem "inertia_rails", "~> 3.13"

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ GEM
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)
@@ -137,6 +135,8 @@ GEM
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

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
ruby = "3.4.7"

0 commit comments

Comments
 (0)