diff --git a/Gemfile b/Gemfile index bbac6f7..a487f01 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "jsbundling-rails" gem "turbo-rails", "~> 2.0" # Power-pack for Turbo-Streams -gem "turbo_power", "~> 0.6" +gem "turbo_power", "~> 0.7" # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev] gem "stimulus-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 9b4f46c..f893a1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -251,7 +251,7 @@ GEM rubocop-ast (1.31.3) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) - securerandom (0.4.0) + securerandom (0.4.1) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -269,7 +269,7 @@ GEM turbo-rails (2.0.11) actionpack (>= 6.0.0) railties (>= 6.0.0) - turbo_power (0.6.2) + turbo_power (0.7.0) turbo-rails (>= 1.3.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -310,7 +310,7 @@ DEPENDENCIES sprockets-rails stimulus-rails turbo-rails (~> 2.0) - turbo_power (~> 0.6) + turbo_power (~> 0.7) tzinfo-data web-console