Skip to content

Commit

Permalink
Bump hotwire-livereload from 1.3.2 to 1.4.0 in /demo (#2826)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 9e3dc19 commit 2c3fa58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
24 changes: 12 additions & 12 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 2c3fa58

Please sign in to comment.