Skip to content

Commit e173832

Browse files
new release
1 parent dcd3b73 commit e173832

File tree

3 files changed

+147
-101
lines changed

3 files changed

+147
-101
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
gemspec
55

6-
gem "rails"
6+
gem "rails", "~> 7.1.0"
77

88
gem "puma"
99
gem "sprockets-rails"

Gemfile.lock

+145-99
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails_live_reload (0.3.6)
4+
rails_live_reload (0.4.0)
55
listen
66
nio4r
77
railties
@@ -10,187 +10,233 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.0.4.3)
14-
actionpack (= 7.0.4.3)
15-
activesupport (= 7.0.4.3)
13+
actioncable (7.1.5.1)
14+
actionpack (= 7.1.5.1)
15+
activesupport (= 7.1.5.1)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (7.0.4.3)
19-
actionpack (= 7.0.4.3)
20-
activejob (= 7.0.4.3)
21-
activerecord (= 7.0.4.3)
22-
activestorage (= 7.0.4.3)
23-
activesupport (= 7.0.4.3)
18+
zeitwerk (~> 2.6)
19+
actionmailbox (7.1.5.1)
20+
actionpack (= 7.1.5.1)
21+
activejob (= 7.1.5.1)
22+
activerecord (= 7.1.5.1)
23+
activestorage (= 7.1.5.1)
24+
activesupport (= 7.1.5.1)
2425
mail (>= 2.7.1)
2526
net-imap
2627
net-pop
2728
net-smtp
28-
actionmailer (7.0.4.3)
29-
actionpack (= 7.0.4.3)
30-
actionview (= 7.0.4.3)
31-
activejob (= 7.0.4.3)
32-
activesupport (= 7.0.4.3)
29+
actionmailer (7.1.5.1)
30+
actionpack (= 7.1.5.1)
31+
actionview (= 7.1.5.1)
32+
activejob (= 7.1.5.1)
33+
activesupport (= 7.1.5.1)
3334
mail (~> 2.5, >= 2.5.4)
3435
net-imap
3536
net-pop
3637
net-smtp
37-
rails-dom-testing (~> 2.0)
38-
actionpack (7.0.4.3)
39-
actionview (= 7.0.4.3)
40-
activesupport (= 7.0.4.3)
41-
rack (~> 2.0, >= 2.2.0)
38+
rails-dom-testing (~> 2.2)
39+
actionpack (7.1.5.1)
40+
actionview (= 7.1.5.1)
41+
activesupport (= 7.1.5.1)
42+
nokogiri (>= 1.8.5)
43+
racc
44+
rack (>= 2.2.4)
45+
rack-session (>= 1.0.1)
4246
rack-test (>= 0.6.3)
43-
rails-dom-testing (~> 2.0)
44-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
45-
actiontext (7.0.4.3)
46-
actionpack (= 7.0.4.3)
47-
activerecord (= 7.0.4.3)
48-
activestorage (= 7.0.4.3)
49-
activesupport (= 7.0.4.3)
47+
rails-dom-testing (~> 2.2)
48+
rails-html-sanitizer (~> 1.6)
49+
actiontext (7.1.5.1)
50+
actionpack (= 7.1.5.1)
51+
activerecord (= 7.1.5.1)
52+
activestorage (= 7.1.5.1)
53+
activesupport (= 7.1.5.1)
5054
globalid (>= 0.6.0)
5155
nokogiri (>= 1.8.5)
52-
actionview (7.0.4.3)
53-
activesupport (= 7.0.4.3)
56+
actionview (7.1.5.1)
57+
activesupport (= 7.1.5.1)
5458
builder (~> 3.1)
55-
erubi (~> 1.4)
56-
rails-dom-testing (~> 2.0)
57-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
58-
activejob (7.0.4.3)
59-
activesupport (= 7.0.4.3)
59+
erubi (~> 1.11)
60+
rails-dom-testing (~> 2.2)
61+
rails-html-sanitizer (~> 1.6)
62+
activejob (7.1.5.1)
63+
activesupport (= 7.1.5.1)
6064
globalid (>= 0.3.6)
61-
activemodel (7.0.4.3)
62-
activesupport (= 7.0.4.3)
63-
activerecord (7.0.4.3)
64-
activemodel (= 7.0.4.3)
65-
activesupport (= 7.0.4.3)
66-
activestorage (7.0.4.3)
67-
actionpack (= 7.0.4.3)
68-
activejob (= 7.0.4.3)
69-
activerecord (= 7.0.4.3)
70-
activesupport (= 7.0.4.3)
65+
activemodel (7.1.5.1)
66+
activesupport (= 7.1.5.1)
67+
activerecord (7.1.5.1)
68+
activemodel (= 7.1.5.1)
69+
activesupport (= 7.1.5.1)
70+
timeout (>= 0.4.0)
71+
activestorage (7.1.5.1)
72+
actionpack (= 7.1.5.1)
73+
activejob (= 7.1.5.1)
74+
activerecord (= 7.1.5.1)
75+
activesupport (= 7.1.5.1)
7176
marcel (~> 1.0)
72-
mini_mime (>= 1.1.0)
73-
activesupport (7.0.4.3)
77+
activesupport (7.1.5.1)
78+
base64
79+
benchmark (>= 0.3)
80+
bigdecimal
7481
concurrent-ruby (~> 1.0, >= 1.0.2)
82+
connection_pool (>= 2.2.5)
83+
drb
7584
i18n (>= 1.6, < 2)
85+
logger (>= 1.4.2)
7686
minitest (>= 5.1)
87+
mutex_m
88+
securerandom (>= 0.3)
7789
tzinfo (~> 2.0)
78-
builder (3.2.4)
90+
base64 (0.2.0)
91+
benchmark (0.4.0)
92+
bigdecimal (3.1.8)
93+
builder (3.3.0)
7994
coderay (1.1.3)
80-
concurrent-ruby (1.2.2)
95+
concurrent-ruby (1.3.4)
96+
connection_pool (2.4.1)
8197
crass (1.0.6)
82-
date (3.3.3)
83-
erubi (1.12.0)
98+
date (3.4.1)
99+
drb (2.2.1)
100+
erubi (1.13.1)
84101
ffi (1.16.3)
85-
globalid (1.1.0)
86-
activesupport (>= 5.0)
87-
i18n (1.12.0)
102+
globalid (1.2.1)
103+
activesupport (>= 6.1)
104+
i18n (1.14.6)
88105
concurrent-ruby (~> 1.0)
106+
io-console (0.8.0)
107+
irb (1.14.3)
108+
rdoc (>= 4.0.0)
109+
reline (>= 0.4.2)
89110
listen (3.8.0)
90111
rb-fsevent (~> 0.10, >= 0.10.3)
91112
rb-inotify (~> 0.9, >= 0.9.10)
92-
loofah (2.20.0)
113+
logger (1.6.4)
114+
loofah (2.23.1)
93115
crass (~> 1.0.2)
94-
nokogiri (>= 1.5.9)
116+
nokogiri (>= 1.12.0)
95117
mail (2.8.1)
96118
mini_mime (>= 0.1.1)
97119
net-imap
98120
net-pop
99121
net-smtp
100-
marcel (1.0.2)
101-
method_source (1.0.0)
102-
mini_mime (1.1.2)
103-
mini_portile2 (2.8.5)
104-
minitest (5.18.0)
105-
net-imap (0.3.4)
122+
marcel (1.0.4)
123+
method_source (1.1.0)
124+
mini_mime (1.1.5)
125+
minitest (5.25.4)
126+
mutex_m (0.3.0)
127+
net-imap (0.5.2)
106128
date
107129
net-protocol
108130
net-pop (0.1.2)
109131
net-protocol
110-
net-protocol (0.2.1)
132+
net-protocol (0.2.2)
111133
timeout
112-
net-smtp (0.3.3)
134+
net-smtp (0.5.0)
113135
net-protocol
114-
nio4r (2.5.9)
115-
nokogiri (1.14.2)
116-
mini_portile2 (~> 2.8.0)
136+
nio4r (2.7.4)
137+
nokogiri (1.17.2-arm64-darwin)
138+
racc (~> 1.4)
139+
nokogiri (1.17.2-x86_64-darwin)
140+
racc (~> 1.4)
141+
nokogiri (1.17.2-x86_64-linux)
117142
racc (~> 1.4)
118143
pry (0.14.1)
119144
coderay (~> 1.1)
120145
method_source (~> 1.0)
121146
pry-nav (1.0.0)
122147
pry (>= 0.9.10, < 0.15)
148+
psych (5.2.2)
149+
date
150+
stringio
123151
puma (5.6.4)
124152
nio4r (~> 2.0)
125-
racc (1.6.2)
126-
rack (2.2.6.4)
153+
racc (1.8.1)
154+
rack (2.2.10)
155+
rack-session (1.0.2)
156+
rack (< 3)
127157
rack-test (2.1.0)
128158
rack (>= 1.3)
129-
rails (7.0.4.3)
130-
actioncable (= 7.0.4.3)
131-
actionmailbox (= 7.0.4.3)
132-
actionmailer (= 7.0.4.3)
133-
actionpack (= 7.0.4.3)
134-
actiontext (= 7.0.4.3)
135-
actionview (= 7.0.4.3)
136-
activejob (= 7.0.4.3)
137-
activemodel (= 7.0.4.3)
138-
activerecord (= 7.0.4.3)
139-
activestorage (= 7.0.4.3)
140-
activesupport (= 7.0.4.3)
159+
rackup (1.0.1)
160+
rack (< 3)
161+
webrick
162+
rails (7.1.5.1)
163+
actioncable (= 7.1.5.1)
164+
actionmailbox (= 7.1.5.1)
165+
actionmailer (= 7.1.5.1)
166+
actionpack (= 7.1.5.1)
167+
actiontext (= 7.1.5.1)
168+
actionview (= 7.1.5.1)
169+
activejob (= 7.1.5.1)
170+
activemodel (= 7.1.5.1)
171+
activerecord (= 7.1.5.1)
172+
activestorage (= 7.1.5.1)
173+
activesupport (= 7.1.5.1)
141174
bundler (>= 1.15.0)
142-
railties (= 7.0.4.3)
143-
rails-dom-testing (2.0.3)
144-
activesupport (>= 4.2.0)
175+
railties (= 7.1.5.1)
176+
rails-dom-testing (2.2.0)
177+
activesupport (>= 5.0.0)
178+
minitest
145179
nokogiri (>= 1.6)
146-
rails-html-sanitizer (1.5.0)
147-
loofah (~> 2.19, >= 2.19.1)
148-
railties (7.0.4.3)
149-
actionpack (= 7.0.4.3)
150-
activesupport (= 7.0.4.3)
151-
method_source
180+
rails-html-sanitizer (1.6.2)
181+
loofah (~> 2.21)
182+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
183+
railties (7.1.5.1)
184+
actionpack (= 7.1.5.1)
185+
activesupport (= 7.1.5.1)
186+
irb
187+
rackup (>= 1.0.0)
152188
rake (>= 12.2)
153-
thor (~> 1.0)
154-
zeitwerk (~> 2.5)
155-
rake (13.0.6)
189+
thor (~> 1.0, >= 1.2.2)
190+
zeitwerk (~> 2.6)
191+
rake (13.2.1)
156192
rb-fsevent (0.11.2)
157193
rb-inotify (0.10.1)
158194
ffi (~> 1.0)
195+
rdoc (6.10.0)
196+
psych (>= 4.0.0)
197+
reline (0.6.0)
198+
io-console (~> 0.5)
199+
securerandom (0.4.1)
159200
sprockets (4.1.1)
160201
concurrent-ruby (~> 1.0)
161202
rack (> 1, < 3)
162203
sprockets-rails (3.4.2)
163204
actionpack (>= 5.2)
164205
activesupport (>= 5.2)
165206
sprockets (>= 3.0.0)
166-
sqlite3 (1.4.4)
167-
thor (1.2.1)
168-
timeout (0.3.2)
207+
sqlite3 (2.4.1-arm64-darwin)
208+
sqlite3 (2.4.1-x86_64-darwin)
209+
sqlite3 (2.4.1-x86_64-linux-gnu)
210+
stringio (3.1.2)
211+
thor (1.3.2)
212+
timeout (0.4.3)
169213
tzinfo (2.0.6)
170214
concurrent-ruby (~> 1.0)
171-
websocket-driver (0.7.5)
215+
webrick (1.9.1)
216+
websocket-driver (0.7.6)
172217
websocket-extensions (>= 0.1.0)
173218
websocket-extensions (0.1.5)
174219
wrapped_print (0.1.0)
175220
activesupport
176-
zeitwerk (2.6.7)
221+
zeitwerk (2.7.1)
177222

178223
PLATFORMS
179224
arm64-darwin-21
180225
arm64-darwin-22
181226
arm64-darwin-23
182227
x86_64-darwin-21
228+
x86_64-darwin-24
183229
x86_64-linux
184230

185231
DEPENDENCIES
186232
pry
187233
pry-nav
188234
puma
189-
rails
235+
rails (~> 7.1.0)
190236
rails_live_reload!
191237
sprockets-rails
192238
sqlite3
193239
wrapped_print
194240

195241
BUNDLED WITH
196-
2.3.7
242+
2.5.22

lib/rails_live_reload/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsLiveReload
2-
VERSION = "0.3.6"
2+
VERSION = "0.4.0"
33
end

0 commit comments

Comments
 (0)