Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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.4"
gem "spring-watcher-listen", "~> 2.1"
gem "hotwire-livereload", "~> 2.0"
gem "hotwire-livereload", "~> 2.1"

# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
gem "turbo-rails"
Expand Down
14 changes: 7 additions & 7 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GEM
ms_rest_azure (~> 0.12.0)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.3)
bigdecimal (3.3.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
builder (3.3.0)
Expand All @@ -74,7 +74,7 @@ GEM
dry-cli (1.2.0)
dry-inflector (0.3.0)
ejson (1.5.3)
erb (5.0.2)
erb (5.1.1)
erubi (1.13.1)
faraday (1.10.4)
faraday-em_http (~> 1.0)
Expand Down Expand Up @@ -102,7 +102,7 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.2-x86_64-linux-gnu)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand All @@ -124,7 +124,7 @@ GEM
helm-cli (0.3.0)
helm-rb (~> 0.1)
helm-rb (0.3.0-x86_64-linux)
hotwire-livereload (2.0.0)
hotwire-livereload (2.1.1)
actioncable (>= 7.0.0)
listen (>= 3.0.0)
railties (>= 7.0.0)
Expand Down Expand Up @@ -224,7 +224,7 @@ GEM
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2025.0304)
minitest (5.25.5)
minitest (5.26.0)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
Expand Down Expand Up @@ -263,7 +263,7 @@ GEM
puma (6.6.1)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.17)
rack (3.1.18)
rack-cors (3.0.0)
logger
rack (>= 3.0.14)
Expand Down Expand Up @@ -371,7 +371,7 @@ DEPENDENCIES
bootsnap (>= 1.4.2)
cssbundling-rails (~> 1.4)
foreman
hotwire-livereload (~> 2.0)
hotwire-livereload (~> 2.1)
kind-rb (~> 0.1)
kuby-azure (~> 0.4.0)
kuby-core (~> 0.20)
Expand Down
Loading