Skip to content

Commit

Permalink
Update Gemfile to use rails_live_reload gem
Browse files Browse the repository at this point in the history
  • Loading branch information
muxinqi committed Oct 18, 2024
1 parent 0c19266 commit 8967803
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 108 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ group :development do
# Use console on exceptions pages [https://github.com/rails/web-console]
gem "web-console"

gem "guard"
gem "guard-livereload", "~> 2.5", require: false
gem "rack-livereload"
gem "rails_live_reload"
end

group :test do
Expand Down
46 changes: 7 additions & 39 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
chartkick (5.1.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
Expand All @@ -105,40 +104,19 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
erubi (1.13.0)
et-orbi (1.2.11)
tzinfo
eventmachine (1.2.7)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
formatador (1.1.0)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
groupdate (6.5.1)
activesupport (>= 7)
guard (2.18.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.13.0)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-livereload (2.5.2)
em-websocket (~> 0.5)
guard (~> 2.8)
guard-compat (~> 1.0)
multi_json (~> 1.8)
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
importmap-rails (2.0.3)
Expand All @@ -162,20 +140,16 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lumberjack (1.2.10)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.4)
matrix (0.4.2)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.1)
msgpack (1.7.3)
multi_json (1.15.0)
nenv (0.3.0)
net-imap (0.4.17)
date
net-protocol
Expand All @@ -192,16 +166,10 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.1.2)
stringio
public_suffix (6.0.1)
Expand All @@ -210,9 +178,7 @@ GEM
qonfig (0.29.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.0.11)
rack-livereload (0.6.0)
rack (~> 3.0.8)
rack (3.1.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -241,6 +207,11 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails_live_reload (0.3.6)
listen
nio4r
railties
websocket-driver
railties (7.2.1)
actionpack (= 7.2.1)
activesupport (= 7.2.1)
Expand Down Expand Up @@ -308,7 +279,6 @@ GEM
sentry-ruby (5.21.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
shellany (0.0.1)
solid_queue (1.0.0)
activejob (>= 7.1)
activerecord (>= 7.1)
Expand Down Expand Up @@ -374,14 +344,12 @@ DEPENDENCIES
crawler_detect
debug
groupdate (~> 6.4)
guard
guard-livereload (~> 2.5)
importmap-rails
jbuilder
local_time (~> 2.1)
puma (>= 5.0)
rack-livereload
rails (~> 7.2.1)
rails_live_reload
redcarpet
redis (>= 4.0.1)
rubocop-rails-omakase
Expand Down
55 changes: 0 additions & 55 deletions Guardfile

This file was deleted.

3 changes: 0 additions & 3 deletions Procfile.dev

This file was deleted.

8 changes: 0 additions & 8 deletions bin/dev

This file was deleted.

0 comments on commit 8967803

Please sign in to comment.