Skip to content

Commit

Permalink
Bump hotwire-livereload from 1.3.2 to 1.4.0 in /demo
Browse files Browse the repository at this point in the history
Bumps [hotwire-livereload](https://github.com/kirillplatonov/hotwire-livereload) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/kirillplatonov/hotwire-livereload/releases)
- [Commits](kirillplatonov/hotwire-livereload@v1.3.2...v1.4.0)

---
updated-dependencies:
- dependency-name: hotwire-livereload
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent a28b0b8 commit 7dc3950
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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
16 changes: 8 additions & 8 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
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 @@ -137,8 +137,8 @@ GEM
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 @@ -234,11 +234,11 @@ GEM
mutex_m (0.2.0)
netrc (0.11.0)
nio4r (2.7.1)
nokogiri (1.16.3-arm64-darwin)
nokogiri (1.16.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-darwin)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
octicons (19.9.0)
oj (3.16.1)
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.0)
reline (0.5.5)
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 7dc3950

Please sign in to comment.