From 2c3fa58b8c2d0b2ee78f5f2a50860c4987027b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:55:54 -0700 Subject: [PATCH] Bump hotwire-livereload from 1.3.2 to 1.4.0 in /demo (#2826) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- demo/Gemfile | 2 +- demo/Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/demo/Gemfile b/demo/Gemfile index 3de39bd107..4bd52bb039 100644 --- a/demo/Gemfile +++ b/demo/Gemfile @@ -44,7 +44,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.2" gem "spring-watcher-listen", "~> 2.1" - gem "hotwire-livereload", "~> 1.3" + gem "hotwire-livereload", "~> 1.4" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 170f474a67..c25dd8513b 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -51,7 +51,7 @@ GEM azure_mgmt_container_service (0.22.0) ms_rest_azure (~> 0.12.0) base64 (0.2.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) bootsnap (1.18.3) msgpack (~> 1.2) builder (3.2.4) @@ -115,7 +115,7 @@ GEM helm-rb (0.2.1-arm64-darwin) helm-rb (0.2.1-x86_64-darwin) helm-rb (0.2.1-x86_64-linux) - hotwire-livereload (1.3.2) + hotwire-livereload (1.4.0) actioncable (>= 6.0.0) listen (>= 3.0.0) railties (>= 6.0.0) @@ -130,15 +130,15 @@ GEM http-cookie (1.0.5) domain_name (~> 0.5) http-form_data (2.3.0) - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.2) - irb (1.12.0) - rdoc + irb (1.13.1) + rdoc (>= 4.0.0) reline (>= 0.4.2) jsonpath (1.1.5) multi_json @@ -233,12 +233,12 @@ GEM multipart-post (2.3.0) mutex_m (0.2.0) netrc (0.11.0) - nio4r (2.7.1) - nokogiri (1.16.4-arm64-darwin) + nio4r (2.7.3) + nokogiri (1.16.5-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.4-x86_64-darwin) + nokogiri (1.16.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.4-x86_64-linux) + nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) octicons (19.9.0) oj (3.16.1) @@ -255,7 +255,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (3.0.10) + rack (3.0.11) rack-cors (2.0.2) rack (>= 2.0.0) rack-session (2.0.0) @@ -288,7 +288,7 @@ GEM psych (>= 4.0.0) recursive-open-struct (1.1.3) redcarpet (3.6.0) - reline (0.5.3) + reline (0.5.6) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) @@ -355,7 +355,7 @@ DEPENDENCIES activesupport (= 7.1.1) bootsnap (>= 1.4.2) foreman - hotwire-livereload (~> 1.3) + hotwire-livereload (~> 1.4) importmap-rails kind-rb (~> 0.1) kuby-azure (~> 0.4.0)