Skip to content

Commit

Permalink
Merge pull request #608 from indirect/dependabot/bundler/hotwire-live…
Browse files Browse the repository at this point in the history
…reload-2.0.0

Bump hotwire-livereload from 1.4.1 to 2.0.0
  • Loading branch information
github-actions[bot] authored Dec 27, 2024
2 parents bba78a8 + aa2047b commit e221c4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ group :development do
gem "guard-rspec", "~> 4.7", require: false
gem "guard-rubocop", "~> 1.5", require: false
gem "guard-shell", "~> 0.7.2", require: false
gem "hotwire-livereload", "~> 1.4"
gem "hotwire-livereload", "~> 2.0"
gem "rubocop-capybara", "~> 2.21", require: false
gem "rubocop-factory_bot", "~> 2.26", require: false
gem "rubocop-gemfile", "~> 0.1.0.beta3", require: false
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ GEM
tzinfo
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
Expand Down Expand Up @@ -212,10 +213,10 @@ GEM
reline
honeybadger (5.26.1)
logger
hotwire-livereload (1.4.1)
actioncable (>= 6.0.0)
hotwire-livereload (2.0.0)
actioncable (>= 7.0.0)
listen (>= 3.0.0)
railties (>= 6.0.0)
railties (>= 7.0.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
importmap-rails (2.1.0)
Expand Down Expand Up @@ -315,13 +316,13 @@ GEM
activerecord (>= 4.0.0)
activesupport (>= 4.0.0)
nio4r (2.7.4)
nokogiri (1.17.2-aarch64-linux)
nokogiri (1.18.0-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-darwin)
nokogiri (1.18.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.0-x86_64-linux-gnu)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -372,7 +373,7 @@ GEM
rack (>= 1.6, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
Expand Down Expand Up @@ -551,7 +552,7 @@ DEPENDENCIES
guard-rubocop (~> 1.5)
guard-shell (~> 0.7.2)
honeybadger (~> 5.26)
hotwire-livereload (~> 1.4)
hotwire-livereload (~> 2.0)
importmap-rails (~> 2.1)
jb (~> 0.8.2)
json-schema (~> 5.1)
Expand Down

0 comments on commit e221c4b

Please sign in to comment.