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 @@ -105,7 +105,7 @@ gem "pagy", "~> 43.5"
gem "pg_search", "~> 2.3"
gem "meilisearch-rails", "~> 0.13"

gem "inertia_rails", "~> 3.20"
gem "inertia_rails", "~> 3.21"

gem "vite_rails", "~> 3.10"

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ GEM
cgi (0.5.1)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.6)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
countries (8.1.0)
unaccent (~> 0.3)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.8)
i18n (1.15.1)
concurrent-ruby (~> 1.0)
icalendar (2.12.3)
base64
Expand All @@ -220,7 +220,7 @@ GEM
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
inertia_rails (3.21.0)
inertia_rails (3.21.1)
railties (>= 6)
inertia_rails-contrib (0.5.2)
inertia_rails (>= 3.5.0)
Expand All @@ -234,7 +234,7 @@ GEM
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
jmespath (1.6.2)
json (2.19.8)
json (2.19.9)
kamal (2.11.0)
activesupport (>= 7.0)
base64 (~> 0.2)
Expand Down Expand Up @@ -367,7 +367,7 @@ GEM
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
psych (5.3.1)
psych (5.4.0)
date
stringio
public_suffix (7.0.5)
Expand Down Expand Up @@ -605,7 +605,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yaml (0.4.0)
zeitwerk (2.7.5)
zeitwerk (2.8.2)

PLATFORMS
aarch64-linux
Expand Down Expand Up @@ -639,7 +639,7 @@ DEPENDENCIES
geocoder (~> 1.8)
icalendar (~> 2.10)
image_processing (~> 1.2)
inertia_rails (~> 3.20)
inertia_rails (~> 3.21)
inertia_rails-contrib (~> 0.5.2)
jbuilder (~> 2.14)
kamal (~> 2.10)
Expand Down
Loading