From 0c985b2c502ddeca3351574baa1b291b5eb6e75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:00:21 +0000 Subject: [PATCH] Bump hotwire-livereload from 2.0.0 to 2.1.1 in /demo Bumps [hotwire-livereload](https://github.com/kirillplatonov/hotwire-livereload) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/kirillplatonov/hotwire-livereload/releases) - [Commits](https://github.com/kirillplatonov/hotwire-livereload/compare/v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: hotwire-livereload dependency-version: 2.1.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/Gemfile | 2 +- demo/Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/demo/Gemfile b/demo/Gemfile index 209fc264e9..9e4ba2001d 100644 --- a/demo/Gemfile +++ b/demo/Gemfile @@ -47,7 +47,7 @@ group :development do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem "spring", "~> 4.4" gem "spring-watcher-listen", "~> 2.1" - gem "hotwire-livereload", "~> 2.0" + gem "hotwire-livereload", "~> 2.1" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] gem "turbo-rails" diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 29d61e592d..69a54945e5 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -53,7 +53,7 @@ GEM ms_rest_azure (~> 0.12.0) base64 (0.3.0) benchmark (0.4.1) - bigdecimal (3.2.3) + bigdecimal (3.3.1) bootsnap (1.18.6) msgpack (~> 1.2) builder (3.3.0) @@ -74,7 +74,7 @@ GEM dry-cli (1.2.0) dry-inflector (0.3.0) ejson (1.5.3) - erb (5.0.2) + erb (5.1.1) erubi (1.13.1) faraday (1.10.4) faraday-em_http (~> 1.0) @@ -102,7 +102,7 @@ GEM faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) - ffi (1.17.1-x86_64-linux-gnu) + ffi (1.17.2-x86_64-linux-gnu) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -124,7 +124,7 @@ GEM helm-cli (0.3.0) helm-rb (~> 0.1) helm-rb (0.3.0-x86_64-linux) - hotwire-livereload (2.0.0) + hotwire-livereload (2.1.1) actioncable (>= 7.0.0) listen (>= 3.0.0) railties (>= 7.0.0) @@ -224,7 +224,7 @@ GEM logger mime-types-data (~> 3.2015) mime-types-data (3.2025.0304) - minitest (5.25.5) + minitest (5.26.0) ms_rest (0.7.6) concurrent-ruby (~> 1.0) faraday (>= 0.9, < 2.0.0) @@ -263,7 +263,7 @@ GEM puma (6.6.1) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.17) + rack (3.1.18) rack-cors (3.0.0) logger rack (>= 3.0.14) @@ -371,7 +371,7 @@ DEPENDENCIES bootsnap (>= 1.4.2) cssbundling-rails (~> 1.4) foreman - hotwire-livereload (~> 2.0) + hotwire-livereload (~> 2.1) kind-rb (~> 0.1) kuby-azure (~> 0.4.0) kuby-core (~> 0.20)