diff --git a/demo/Gemfile b/demo/Gemfile index 0499968332..9651474d39 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.0" gem "spring-watcher-listen", "~> 2.1" - gem "hotwire-livereload", "~> 1.1" + gem "hotwire-livereload", "~> 1.3" # 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 d07a8c6164..bf4121caa6 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -15,26 +15,6 @@ GEM activesupport (= 7.0.3) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.3) - actionpack (= 7.0.3) - activejob (= 7.0.3) - activerecord (= 7.0.3) - activestorage (= 7.0.3) - activesupport (= 7.0.3) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.0.3) - actionpack (= 7.0.3) - actionview (= 7.0.3) - activejob (= 7.0.3) - activesupport (= 7.0.3) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp - rails-dom-testing (~> 2.0) actionpack (7.0.3) actionview (= 7.0.3) activesupport (= 7.0.3) @@ -42,13 +22,6 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.3) - actionpack (= 7.0.3) - activerecord (= 7.0.3) - activestorage (= 7.0.3) - activesupport (= 7.0.3) - globalid (>= 0.6.0) - nokogiri (>= 1.8.5) actionview (7.0.3) activesupport (= 7.0.3) builder (~> 3.1) @@ -60,16 +33,6 @@ GEM globalid (>= 0.3.6) activemodel (7.0.3) activesupport (= 7.0.3) - activerecord (7.0.3) - activemodel (= 7.0.3) - activesupport (= 7.0.3) - activestorage (7.0.3) - actionpack (= 7.0.3) - activejob (= 7.0.3) - activerecord (= 7.0.3) - activesupport (= 7.0.3) - marcel (~> 1.0) - mini_mime (>= 1.1.0) activesupport (7.0.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) @@ -127,8 +90,8 @@ GEM rake foreman (0.87.2) gli (2.21.1) - globalid (1.0.0) - activesupport (>= 5.0) + globalid (1.2.1) + activesupport (>= 6.1) googleauth (1.8.1) faraday (>= 0.17.3, < 3.a) jwt (>= 1.4, < 3.0) @@ -140,9 +103,10 @@ 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.2.2) + hotwire-livereload (1.3.0) + actioncable (>= 6.0.0) listen (>= 3.0.0) - rails (>= 6.0.0) + railties (>= 6.0.0) htmlbeautifier (1.4.2) htmlentities (4.3.4) http (5.1.1) @@ -217,7 +181,7 @@ GEM llhttp-ffi (0.4.0) ffi-compiler (~> 1.0) rake (~> 13.0) - loofah (2.21.3) + loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) lookbook (2.1.1) @@ -232,14 +196,11 @@ GEM view_component (>= 2.0) yard (~> 0.9.25) zeitwerk (~> 2.5) - mail (2.7.1) - mini_mime (>= 0.1.1) marcel (1.0.2) method_source (1.0.0) mime-types (3.5.1) mime-types-data (~> 3.2015) mime-types-data (3.2023.1003) - mini_mime (1.1.2) minitest (5.20.0) ms_rest (0.7.6) concurrent-ruby (~> 1.0) @@ -253,14 +214,6 @@ GEM msgpack (1.6.0) multi_json (1.15.0) multipart-post (2.3.0) - net-imap (0.3.1) - net-protocol - net-pop (0.1.2) - net-protocol - net-protocol (0.1.3) - timeout - net-smtp (0.3.3) - net-protocol netrc (0.11.0) nio4r (2.5.9) nokogiri (1.15.4-arm64-darwin) @@ -287,20 +240,6 @@ GEM rack (>= 2.0.0) rack-test (2.1.0) rack (>= 1.3) - rails (7.0.3) - actioncable (= 7.0.3) - actionmailbox (= 7.0.3) - actionmailer (= 7.0.3) - actionpack (= 7.0.3) - actiontext (= 7.0.3) - actionview (= 7.0.3) - activejob (= 7.0.3) - activemodel (= 7.0.3) - activerecord (= 7.0.3) - activestorage (= 7.0.3) - activesupport (= 7.0.3) - bundler (>= 1.15.0) - railties (= 7.0.3) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -347,9 +286,8 @@ GEM statsd-instrument (3.5.12) stimulus-rails (1.1.1) railties (>= 6.0.0) - thor (1.2.2) + thor (1.3.0) timeliness (0.3.10) - timeout (0.3.0) turbo-rails (1.3.2) actionpack (>= 6.0.0) activejob (>= 6.0.0) @@ -363,7 +301,7 @@ GEM activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) yard (0.9.34) @@ -384,7 +322,7 @@ DEPENDENCIES activesupport (= 7.0.3) bootsnap (>= 1.4.2) foreman - hotwire-livereload (~> 1.1) + hotwire-livereload (~> 1.3) importmap-rails kind-rb (~> 0.1) kuby-azure (~> 0.4.0)