Skip to content

Commit 6bfbc96

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 761cf7c commit 6bfbc96

2 files changed

Lines changed: 26 additions & 24 deletions

File tree

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: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,28 @@ GEM
5353
ms_rest_azure (~> 0.12.0)
5454
base64 (0.3.0)
5555
benchmark (0.5.0)
56-
bigdecimal (3.3.1)
56+
bigdecimal (4.0.1)
5757
bootsnap (1.19.0)
5858
msgpack (~> 1.2)
5959
builder (3.3.0)
6060
byebug (12.0.0)
6161
coderay (1.1.3)
6262
colorize (0.8.1)
63-
concurrent-ruby (1.3.5)
64-
connection_pool (2.5.4)
63+
concurrent-ruby (1.3.6)
64+
connection_pool (3.0.2)
6565
crass (1.0.6)
6666
css_parser (1.21.1)
6767
addressable
6868
cssbundling-rails (1.4.3)
6969
railties (>= 6.0.0)
70-
date (3.4.1)
70+
date (3.5.1)
7171
docker-remote (0.8.0)
7272
domain_name (0.6.20240107)
7373
drb (2.2.3)
7474
dry-cli (1.2.0)
7575
dry-inflector (0.3.0)
7676
ejson (1.5.3)
77-
erb (5.0.2)
77+
erb (6.0.1)
7878
erubi (1.13.1)
7979
faraday (1.10.4)
8080
faraday-em_http (~> 1.0)
@@ -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)
@@ -140,10 +140,10 @@ GEM
140140
http-cookie (1.0.8)
141141
domain_name (~> 0.5)
142142
http-form_data (2.3.0)
143-
i18n (1.14.7)
143+
i18n (1.14.8)
144144
concurrent-ruby (~> 1.0)
145-
io-console (0.8.1)
146-
irb (1.15.2)
145+
io-console (0.8.2)
146+
irb (1.16.0)
147147
pp (>= 0.6.0)
148148
rdoc (>= 4.0.0)
149149
reline (>= 0.4.2)
@@ -203,7 +203,7 @@ GEM
203203
ffi-compiler (~> 1.0)
204204
rake (~> 13.0)
205205
logger (1.7.0)
206-
loofah (2.24.1)
206+
loofah (2.25.0)
207207
crass (~> 1.0.2)
208208
nokogiri (>= 1.12.0)
209209
lookbook (2.3.13)
@@ -224,7 +224,8 @@ GEM
224224
logger
225225
mime-types-data (~> 3.2015)
226226
mime-types-data (3.2025.0304)
227-
minitest (5.26.0)
227+
minitest (6.0.1)
228+
prism (~> 1.5)
228229
ms_rest (0.7.6)
229230
concurrent-ruby (~> 1.0)
230231
faraday (>= 0.9, < 2.0.0)
@@ -238,8 +239,8 @@ GEM
238239
multi_json (1.15.0)
239240
multipart-post (2.4.1)
240241
netrc (0.11.0)
241-
nio4r (2.7.4)
242-
nokogiri (1.18.10-x86_64-linux-gnu)
242+
nio4r (2.7.5)
243+
nokogiri (1.19.0-x86_64-linux-gnu)
243244
racc (~> 1.4)
244245
octicons (19.19.0)
245246
oj (3.16.10)
@@ -250,20 +251,21 @@ GEM
250251
pp (0.6.3)
251252
prettyprint
252253
prettyprint (0.2.0)
254+
prism (1.7.0)
253255
pry (0.15.2)
254256
coderay (~> 1.1)
255257
method_source (~> 1.0)
256258
pry-byebug (3.11.0)
257259
byebug (~> 12.0)
258260
pry (>= 0.13, < 0.16)
259-
psych (5.2.6)
261+
psych (5.3.1)
260262
date
261263
stringio
262264
public_suffix (6.0.2)
263265
puma (6.6.1)
264266
nio4r (~> 2.0)
265267
racc (1.8.1)
266-
rack (3.1.18)
268+
rack (3.1.19)
267269
rack-cors (3.0.0)
268270
logger
269271
rack (>= 3.0.14)
@@ -274,7 +276,7 @@ GEM
274276
rack (>= 3.0.0)
275277
rack-test (2.2.0)
276278
rack (>= 1.3)
277-
rackup (2.2.1)
279+
rackup (2.3.1)
278280
rack (>= 3)
279281
rails-dom-testing (2.3.0)
280282
activesupport (>= 5.0.0)
@@ -295,14 +297,14 @@ GEM
295297
rb-fsevent (0.11.2)
296298
rb-inotify (0.11.1)
297299
ffi (~> 1.0)
298-
rdoc (6.15.0)
300+
rdoc (7.0.3)
299301
erb
300302
psych (>= 4.0.0)
301303
tsort
302304
recursive-open-struct (1.3.1)
303305
ostruct
304306
redcarpet (3.6.1)
305-
reline (0.6.2)
307+
reline (0.6.3)
306308
io-console (~> 0.5)
307309
rest-client (2.1.0)
308310
http-accept (>= 1.7.0, < 2.0)
@@ -332,8 +334,8 @@ GEM
332334
statsd-instrument (3.9.9)
333335
stimulus-rails (1.3.4)
334336
railties (>= 6.0.0)
335-
stringio (3.1.7)
336-
thor (1.4.0)
337+
stringio (3.2.0)
338+
thor (1.5.0)
337339
timeliness (0.3.10)
338340
tsort (0.2.0)
339341
turbo-rails (2.0.17)
@@ -358,7 +360,7 @@ GEM
358360
websocket-extensions (>= 0.1.0)
359361
websocket-extensions (0.1.5)
360362
yard (0.9.37)
361-
zeitwerk (2.7.3)
363+
zeitwerk (2.7.4)
362364

363365
PLATFORMS
364366
x86_64-linux
@@ -371,7 +373,7 @@ DEPENDENCIES
371373
bootsnap (>= 1.4.2)
372374
cssbundling-rails (~> 1.4)
373375
foreman
374-
hotwire-livereload (~> 2.0)
376+
hotwire-livereload (~> 2.1)
375377
kind-rb (~> 0.1)
376378
kuby-azure (~> 0.4.0)
377379
kuby-core (~> 0.20)

0 commit comments

Comments
 (0)