Skip to content

Commit 3a3a7ac

Browse files
committed
Version bump
1 parent 91547b8 commit 3a3a7ac

7 files changed

+360
-351
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Unreleased
22

3+
### 2.3.3
4+
35
* Use `public_send` for Email delivery so it doesn't accidentally call private methods.
46

57
### 2.3.2

Gemfile.lock

+83-82
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
11
PATH
22
remote: .
33
specs:
4-
noticed (2.3.2)
4+
noticed (2.3.3)
55
rails (>= 6.1.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.1.3.3)
11-
actionpack (= 7.1.3.3)
12-
activesupport (= 7.1.3.3)
10+
actioncable (7.1.3.4)
11+
actionpack (= 7.1.3.4)
12+
activesupport (= 7.1.3.4)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (7.1.3.3)
17-
actionpack (= 7.1.3.3)
18-
activejob (= 7.1.3.3)
19-
activerecord (= 7.1.3.3)
20-
activestorage (= 7.1.3.3)
21-
activesupport (= 7.1.3.3)
16+
actionmailbox (7.1.3.4)
17+
actionpack (= 7.1.3.4)
18+
activejob (= 7.1.3.4)
19+
activerecord (= 7.1.3.4)
20+
activestorage (= 7.1.3.4)
21+
activesupport (= 7.1.3.4)
2222
mail (>= 2.7.1)
2323
net-imap
2424
net-pop
2525
net-smtp
26-
actionmailer (7.1.3.3)
27-
actionpack (= 7.1.3.3)
28-
actionview (= 7.1.3.3)
29-
activejob (= 7.1.3.3)
30-
activesupport (= 7.1.3.3)
26+
actionmailer (7.1.3.4)
27+
actionpack (= 7.1.3.4)
28+
actionview (= 7.1.3.4)
29+
activejob (= 7.1.3.4)
30+
activesupport (= 7.1.3.4)
3131
mail (~> 2.5, >= 2.5.4)
3232
net-imap
3333
net-pop
3434
net-smtp
3535
rails-dom-testing (~> 2.2)
36-
actionpack (7.1.3.3)
37-
actionview (= 7.1.3.3)
38-
activesupport (= 7.1.3.3)
36+
actionpack (7.1.3.4)
37+
actionview (= 7.1.3.4)
38+
activesupport (= 7.1.3.4)
3939
nokogiri (>= 1.8.5)
4040
racc
4141
rack (>= 2.2.4)
4242
rack-session (>= 1.0.1)
4343
rack-test (>= 0.6.3)
4444
rails-dom-testing (~> 2.2)
4545
rails-html-sanitizer (~> 1.6)
46-
actiontext (7.1.3.3)
47-
actionpack (= 7.1.3.3)
48-
activerecord (= 7.1.3.3)
49-
activestorage (= 7.1.3.3)
50-
activesupport (= 7.1.3.3)
46+
actiontext (7.1.3.4)
47+
actionpack (= 7.1.3.4)
48+
activerecord (= 7.1.3.4)
49+
activestorage (= 7.1.3.4)
50+
activesupport (= 7.1.3.4)
5151
globalid (>= 0.6.0)
5252
nokogiri (>= 1.8.5)
53-
actionview (7.1.3.3)
54-
activesupport (= 7.1.3.3)
53+
actionview (7.1.3.4)
54+
activesupport (= 7.1.3.4)
5555
builder (~> 3.1)
5656
erubi (~> 1.11)
5757
rails-dom-testing (~> 2.2)
5858
rails-html-sanitizer (~> 1.6)
59-
activejob (7.1.3.3)
60-
activesupport (= 7.1.3.3)
59+
activejob (7.1.3.4)
60+
activesupport (= 7.1.3.4)
6161
globalid (>= 0.3.6)
62-
activemodel (7.1.3.3)
63-
activesupport (= 7.1.3.3)
64-
activerecord (7.1.3.3)
65-
activemodel (= 7.1.3.3)
66-
activesupport (= 7.1.3.3)
62+
activemodel (7.1.3.4)
63+
activesupport (= 7.1.3.4)
64+
activerecord (7.1.3.4)
65+
activemodel (= 7.1.3.4)
66+
activesupport (= 7.1.3.4)
6767
timeout (>= 0.4.0)
68-
activestorage (7.1.3.3)
69-
actionpack (= 7.1.3.3)
70-
activejob (= 7.1.3.3)
71-
activerecord (= 7.1.3.3)
72-
activesupport (= 7.1.3.3)
68+
activestorage (7.1.3.4)
69+
actionpack (= 7.1.3.4)
70+
activejob (= 7.1.3.4)
71+
activerecord (= 7.1.3.4)
72+
activesupport (= 7.1.3.4)
7373
marcel (~> 1.0)
74-
activesupport (7.1.3.3)
74+
activesupport (7.1.3.4)
7575
base64
7676
bigdecimal
7777
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -81,8 +81,8 @@ GEM
8181
minitest (>= 5.1)
8282
mutex_m
8383
tzinfo (~> 2.0)
84-
addressable (2.8.6)
85-
public_suffix (>= 2.0.2, < 6.0)
84+
addressable (2.8.7)
85+
public_suffix (>= 2.0.2, < 7.0)
8686
apnotic (1.7.2)
8787
connection_pool (~> 2)
8888
net-http2 (>= 0.18.3, < 2)
@@ -93,18 +93,18 @@ GEM
9393
ast (2.4.2)
9494
base64 (0.2.0)
9595
bigdecimal (3.1.8)
96-
builder (3.2.4)
96+
builder (3.3.0)
9797
byebug (11.1.3)
98-
concurrent-ruby (1.2.3)
98+
concurrent-ruby (1.3.3)
9999
connection_pool (2.4.1)
100100
crack (1.0.0)
101101
bigdecimal
102102
rexml
103103
crass (1.0.6)
104104
date (3.3.4)
105105
drb (2.2.1)
106-
erubi (1.12.0)
107-
faraday (2.9.0)
106+
erubi (1.13.0)
107+
faraday (2.9.2)
108108
faraday-net_http (>= 2.0, < 3.2)
109109
faraday-net_http (3.1.0)
110110
net-http
@@ -120,15 +120,16 @@ GEM
120120
os (>= 0.9, < 2.0)
121121
signet (>= 0.16, < 2.a)
122122
hashdiff (1.1.0)
123-
http-2 (0.11.0)
123+
http-2 (0.12.0)
124+
base64
124125
i18n (1.14.5)
125126
concurrent-ruby (~> 1.0)
126127
io-console (0.7.2)
127-
irb (1.13.1)
128+
irb (1.13.2)
128129
rdoc (>= 4.0.0)
129130
reline (>= 0.4.2)
130131
json (2.7.2)
131-
jwt (2.8.1)
132+
jwt (2.8.2)
132133
base64
133134
language_server-protocol (3.17.0.3)
134135
lint_roller (1.1.0)
@@ -142,14 +143,14 @@ GEM
142143
net-smtp
143144
marcel (1.0.4)
144145
mini_mime (1.1.5)
145-
minitest (5.23.1)
146+
minitest (5.24.0)
146147
multi_json (1.15.0)
147148
mutex_m (0.2.0)
148149
net-http (0.4.1)
149150
uri
150151
net-http2 (0.18.5)
151152
http-2 (~> 0.11)
152-
net-imap (0.4.11)
153+
net-imap (0.4.13)
153154
date
154155
net-protocol
155156
net-pop (0.1.2)
@@ -159,54 +160,54 @@ GEM
159160
net-smtp (0.5.0)
160161
net-protocol
161162
nio4r (2.7.3)
162-
nokogiri (1.16.5-arm64-darwin)
163+
nokogiri (1.16.6-arm64-darwin)
163164
racc (~> 1.4)
164-
nokogiri (1.16.5-x86_64-darwin)
165+
nokogiri (1.16.6-x86_64-darwin)
165166
racc (~> 1.4)
166-
nokogiri (1.16.5-x86_64-linux)
167+
nokogiri (1.16.6-x86_64-linux)
167168
racc (~> 1.4)
168169
os (1.1.4)
169-
parallel (1.24.0)
170-
parser (3.3.1.0)
170+
parallel (1.25.1)
171+
parser (3.3.3.0)
171172
ast (~> 2.4.1)
172173
racc
173174
pg (1.5.6)
174175
psych (5.1.2)
175176
stringio
176-
public_suffix (5.0.5)
177+
public_suffix (6.0.0)
177178
racc (1.8.0)
178-
rack (3.0.11)
179+
rack (3.1.3)
179180
rack-session (2.0.0)
180181
rack (>= 3.0.0)
181182
rack-test (2.1.0)
182183
rack (>= 1.3)
183184
rackup (2.1.0)
184185
rack (>= 3)
185186
webrick (~> 1.8)
186-
rails (7.1.3.3)
187-
actioncable (= 7.1.3.3)
188-
actionmailbox (= 7.1.3.3)
189-
actionmailer (= 7.1.3.3)
190-
actionpack (= 7.1.3.3)
191-
actiontext (= 7.1.3.3)
192-
actionview (= 7.1.3.3)
193-
activejob (= 7.1.3.3)
194-
activemodel (= 7.1.3.3)
195-
activerecord (= 7.1.3.3)
196-
activestorage (= 7.1.3.3)
197-
activesupport (= 7.1.3.3)
187+
rails (7.1.3.4)
188+
actioncable (= 7.1.3.4)
189+
actionmailbox (= 7.1.3.4)
190+
actionmailer (= 7.1.3.4)
191+
actionpack (= 7.1.3.4)
192+
actiontext (= 7.1.3.4)
193+
actionview (= 7.1.3.4)
194+
activejob (= 7.1.3.4)
195+
activemodel (= 7.1.3.4)
196+
activerecord (= 7.1.3.4)
197+
activestorage (= 7.1.3.4)
198+
activesupport (= 7.1.3.4)
198199
bundler (>= 1.15.0)
199-
railties (= 7.1.3.3)
200+
railties (= 7.1.3.4)
200201
rails-dom-testing (2.2.0)
201202
activesupport (>= 5.0.0)
202203
minitest
203204
nokogiri (>= 1.6)
204205
rails-html-sanitizer (1.6.0)
205206
loofah (~> 2.21)
206207
nokogiri (~> 1.14)
207-
railties (7.1.3.3)
208-
actionpack (= 7.1.3.3)
209-
activesupport (= 7.1.3.3)
208+
railties (7.1.3.4)
209+
actionpack (= 7.1.3.4)
210+
activesupport (= 7.1.3.4)
210211
irb
211212
rackup (>= 1.0.0)
212213
rake (>= 12.2)
@@ -217,11 +218,11 @@ GEM
217218
rdoc (6.7.0)
218219
psych (>= 4.0.0)
219220
regexp_parser (2.9.2)
220-
reline (0.5.7)
221+
reline (0.5.9)
221222
io-console (~> 0.5)
222-
rexml (3.2.8)
223-
strscan (>= 3.0.9)
224-
rubocop (1.63.5)
223+
rexml (3.3.0)
224+
strscan
225+
rubocop (1.64.1)
225226
json (~> 2.3)
226227
language_server-protocol (>= 3.17.0)
227228
parallel (~> 1.10)
@@ -234,7 +235,7 @@ GEM
234235
unicode-display_width (>= 2.4.0, < 3.0)
235236
rubocop-ast (1.31.3)
236237
parser (>= 3.3.1.0)
237-
rubocop-performance (1.21.0)
238+
rubocop-performance (1.21.1)
238239
rubocop (>= 1.48.1, < 2.0)
239240
rubocop-ast (>= 1.31.1, < 2.0)
240241
ruby-progressbar (1.13.0)
@@ -246,10 +247,10 @@ GEM
246247
sqlite3 (2.0.2-arm64-darwin)
247248
sqlite3 (2.0.2-x86_64-darwin)
248249
sqlite3 (2.0.2-x86_64-linux-gnu)
249-
standard (1.36.0)
250+
standard (1.37.0)
250251
language_server-protocol (~> 3.17.0.2)
251252
lint_roller (~> 1.0)
252-
rubocop (~> 1.63.0)
253+
rubocop (~> 1.64.0)
253254
standard-custom (~> 1.0.0)
254255
standard-performance (~> 1.4)
255256
standard-custom (1.0.2)
@@ -258,7 +259,7 @@ GEM
258259
standard-performance (1.4.0)
259260
lint_roller (~> 1.1)
260261
rubocop-performance (~> 1.21.0)
261-
stringio (3.1.0)
262+
stringio (3.1.1)
262263
strscan (3.1.0)
263264
thor (1.3.1)
264265
timeout (0.4.1)
@@ -274,7 +275,7 @@ GEM
274275
websocket-driver (0.7.6)
275276
websocket-extensions (>= 0.1.0)
276277
websocket-extensions (0.1.5)
277-
zeitwerk (2.6.15)
278+
zeitwerk (2.6.16)
278279

279280
PLATFORMS
280281
arm64-darwin-22
@@ -296,4 +297,4 @@ DEPENDENCIES
296297
webmock
297298

298299
BUNDLED WITH
299-
2.5.10
300+
2.5.14

0 commit comments

Comments
 (0)