From 6c9df9856d0557fcb50e9882cf42b16baac7bc6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 19:49:57 +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 | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/demo/Gemfile b/demo/Gemfile index 48cfbc530b..f6e9323b94 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 57850df022..0d7e866322 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -61,20 +61,20 @@ GEM coderay (1.1.3) colorize (0.8.1) concurrent-ruby (1.3.5) - connection_pool (2.5.4) + connection_pool (2.5.5) crass (1.0.6) css_parser (1.21.1) addressable cssbundling-rails (1.4.3) railties (>= 6.0.0) - date (3.4.1) + date (3.5.0) docker-remote (0.8.0) domain_name (0.6.20240107) drb (2.2.3) dry-cli (1.2.0) dry-inflector (0.3.0) ejson (1.5.3) - erb (5.0.2) + erb (6.0.0) 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) @@ -143,7 +143,7 @@ GEM i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.1) - irb (1.15.2) + irb (1.15.3) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -224,7 +224,7 @@ GEM logger mime-types-data (~> 3.2015) mime-types-data (3.2025.0304) - minitest (5.26.0) + minitest (5.26.2) ms_rest (0.7.6) concurrent-ruby (~> 1.0) faraday (>= 0.9, < 2.0.0) @@ -238,7 +238,7 @@ GEM multi_json (1.15.0) multipart-post (2.4.1) netrc (0.11.0) - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) octicons (19.18.0) @@ -263,7 +263,7 @@ GEM puma (6.6.1) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.17) + rack (3.1.19) rack-cors (3.0.0) logger rack (>= 3.0.14) @@ -295,14 +295,14 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.15.0) + rdoc (6.16.1) erb psych (>= 4.0.0) tsort recursive-open-struct (1.3.1) ostruct redcarpet (3.6.1) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) @@ -332,7 +332,7 @@ GEM statsd-instrument (3.9.9) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.7) + stringio (3.1.9) thor (1.4.0) timeliness (0.3.10) tsort (0.2.0) @@ -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)