Skip to content

Commit e503f91

Browse files
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](kirillplatonov/hotwire-livereload@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] <support@github.com>
1 parent 96c5eab commit e503f91

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

demo/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ group :development do
4747
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4848
gem "spring", "~> 4.4"
4949
gem "spring-watcher-listen", "~> 2.1"
50-
gem "hotwire-livereload", "~> 2.0"
50+
gem "hotwire-livereload", "~> 2.1"
5151

5252
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
5353
gem "turbo-rails"

demo/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GEM
102102
faraday-patron (1.0.0)
103103
faraday-rack (1.0.0)
104104
faraday-retry (1.0.3)
105-
ffi (1.17.1-x86_64-linux-gnu)
105+
ffi (1.17.3-x86_64-linux-gnu)
106106
ffi-compiler (1.3.2)
107107
ffi (>= 1.15.5)
108108
rake
@@ -124,7 +124,7 @@ GEM
124124
helm-cli (0.3.0)
125125
helm-rb (~> 0.1)
126126
helm-rb (0.3.0-x86_64-linux)
127-
hotwire-livereload (2.0.0)
127+
hotwire-livereload (2.1.1)
128128
actioncable (>= 7.0.0)
129129
listen (>= 3.0.0)
130130
railties (>= 7.0.0)
@@ -240,7 +240,7 @@ GEM
240240
multipart-post (2.4.1)
241241
mutex_m (0.3.0)
242242
netrc (0.11.0)
243-
nio4r (2.7.4)
243+
nio4r (2.7.5)
244244
nokogiri (1.19.0-x86_64-linux-gnu)
245245
racc (~> 1.4)
246246
octicons (19.21.1)
@@ -336,7 +336,7 @@ GEM
336336
stimulus-rails (1.3.4)
337337
railties (>= 6.0.0)
338338
stringio (3.2.0)
339-
thor (1.4.0)
339+
thor (1.5.0)
340340
timeliness (0.3.10)
341341
tsort (0.2.0)
342342
turbo-rails (2.0.20)
@@ -376,7 +376,7 @@ DEPENDENCIES
376376
bootsnap (>= 1.4.2)
377377
cssbundling-rails (~> 1.4)
378378
foreman
379-
hotwire-livereload (~> 2.0)
379+
hotwire-livereload (~> 2.1)
380380
kind-rb (~> 0.1)
381381
kuby-azure (~> 0.4.0)
382382
kuby-core (~> 0.20)

0 commit comments

Comments
 (0)