diff --git a/Gemfile b/Gemfile index 4a01e0f..37fa52f 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "bcrypt", "3.1.13" gem "cssbundling-rails", "1.4.3" gem "propshaft", "1.2.1" gem "importmap-rails", "2.1.0" -gem "turbo-rails", "2.0.14" +gem "turbo-rails", "2.0.16" gem "stimulus-rails", "1.3.4" gem "jbuilder", "2.13.0" gem "puma", "6.6.0" diff --git a/Gemfile.lock b/Gemfile.lock index 4eac22c..5a646ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -313,7 +313,7 @@ GEM thruster (0.1.15-aarch64-linux) thruster (0.1.15-x86_64-linux) timeout (0.4.3) - turbo-rails (2.0.14) + turbo-rails (2.0.16) actionpack (>= 7.1.0) railties (>= 7.1.0) tzinfo (2.0.6) @@ -369,7 +369,7 @@ DEPENDENCIES sqlite3 (= 2.7.2) stimulus-rails (= 1.3.4) thruster (= 0.1.15) - turbo-rails (= 2.0.14) + turbo-rails (= 2.0.16) tzinfo-data (= 1.2025.2) web-console (= 4.2.1) webdrivers (= 5.3.1)