Commit 078053d 1 parent 4857a91 commit 078053d Copy full SHA for 078053d
File tree 7 files changed +99
-86
lines changed
7 files changed +99
-86
lines changed Original file line number Diff line number Diff line change 1
1
### Unreleased
2
2
3
+ ### 2.4.1
4
+
5
+ * Include private methods when checking if respond_to?(: method ). Fixes #475
6
+
3
7
### 2.4.0
4
8
5
9
* Add ` recipients ` feature to let Notifiers determine their recipients
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- noticed (2.4.0 )
4
+ noticed (2.4.1 )
5
5
rails (>= 6.1.0 )
6
6
7
7
GEM
104
104
date (3.3.4 )
105
105
drb (2.2.1 )
106
106
erubi (1.13.0 )
107
- faraday (2.9.2 )
107
+ faraday (2.10.1 )
108
108
faraday-net_http (>= 2.0 , < 3.2 )
109
- faraday-net_http (3.1.0 )
109
+ logger
110
+ faraday-net_http (3.1.1 )
110
111
net-http
111
112
globalid (1.2.1 )
112
113
activesupport (>= 6.1 )
@@ -125,14 +126,15 @@ GEM
125
126
i18n (1.14.5 )
126
127
concurrent-ruby (~> 1.0 )
127
128
io-console (0.7.2 )
128
- irb (1.13.2 )
129
+ irb (1.14.0 )
129
130
rdoc (>= 4.0.0 )
130
131
reline (>= 0.4.2 )
131
132
json (2.7.2 )
132
133
jwt (2.8.2 )
133
134
base64
134
135
language_server-protocol (3.17.0.3 )
135
136
lint_roller (1.1.0 )
137
+ logger (1.6.0 )
136
138
loofah (2.22.0 )
137
139
crass (~> 1.0.2 )
138
140
nokogiri (>= 1.12.0 )
143
145
net-smtp
144
146
marcel (1.0.4 )
145
147
mini_mime (1.1.5 )
146
- minitest (5.24.0 )
148
+ minitest (5.24.1 )
147
149
multi_json (1.15.0 )
148
150
mutex_m (0.2.0 )
149
151
net-http (0.4.1 )
@@ -160,23 +162,23 @@ GEM
160
162
net-smtp (0.5.0 )
161
163
net-protocol
162
164
nio4r (2.7.3 )
163
- nokogiri (1.16.6 -arm64-darwin )
165
+ nokogiri (1.16.7 -arm64-darwin )
164
166
racc (~> 1.4 )
165
- nokogiri (1.16.6 -x86_64-darwin )
167
+ nokogiri (1.16.7 -x86_64-darwin )
166
168
racc (~> 1.4 )
167
- nokogiri (1.16.6 -x86_64-linux )
169
+ nokogiri (1.16.7 -x86_64-linux )
168
170
racc (~> 1.4 )
169
171
os (1.1.4 )
170
172
parallel (1.25.1 )
171
- parser (3.3.3 .0 )
173
+ parser (3.3.4 .0 )
172
174
ast (~> 2.4.1 )
173
175
racc
174
- pg (1.5.6 )
176
+ pg (1.5.7 )
175
177
psych (5.1.2 )
176
178
stringio
177
- public_suffix (6.0.0 )
178
- racc (1.8.0 )
179
- rack (3.1.4 )
179
+ public_suffix (6.0.1 )
180
+ racc (1.8.1 )
181
+ rack (3.1.7 )
180
182
rack-session (2.0.0 )
181
183
rack (>= 3.0.0 )
182
184
rack-test (2.1.0 )
220
222
regexp_parser (2.9.2 )
221
223
reline (0.5.9 )
222
224
io-console (~> 0.5 )
223
- rexml (3.3.1 )
225
+ rexml (3.3.2 )
224
226
strscan
225
227
rubocop (1.64.1 )
226
228
json (~> 2.3 )
247
249
sqlite3 (1.7.3-arm64-darwin )
248
250
sqlite3 (1.7.3-x86_64-darwin )
249
251
sqlite3 (1.7.3-x86_64-linux )
250
- standard (1.39.0 )
252
+ standard (1.39.2 )
251
253
language_server-protocol (~> 3.17.0.2 )
252
254
lint_roller (~> 1.0 )
253
255
rubocop (~> 1.64.0 )
275
277
websocket-driver (0.7.6 )
276
278
websocket-extensions (>= 0.1.0 )
277
279
websocket-extensions (0.1.5 )
278
- zeitwerk (2.6.16 )
280
+ zeitwerk (2.6.17 )
279
281
280
282
PLATFORMS
281
283
arm64-darwin-22
@@ -297,4 +299,4 @@ DEPENDENCIES
297
299
webmock
298
300
299
301
BUNDLED WITH
300
- 2.5.14
302
+ 2.5.16
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- noticed (2.4.0 )
4
+ noticed (2.4.1 )
5
5
rails (>= 6.1.0)
6
6
7
7
GEM
91
91
crass (1.0.6)
92
92
date (3.3.4)
93
93
erubi (1.13.0)
94
- faraday (2.9.2 )
94
+ faraday (2.10.1 )
95
95
faraday-net_http (>= 2.0, < 3.2)
96
- faraday-net_http (3.1.0)
96
+ logger
97
+ faraday-net_http (3.1.1)
97
98
net-http
98
99
globalid (1.2.1)
99
100
activesupport (>= 6.1)
116
117
base64
117
118
language_server-protocol (3.17.0.3)
118
119
lint_roller (1.1.0)
120
+ logger (1.6.0)
119
121
loofah (2.22.0)
120
122
crass (~> 1.0.2)
121
123
nokogiri (>= 1.12.0)
127
129
marcel (1.0.4)
128
130
method_source (1.1.0)
129
131
mini_mime (1.1.5)
130
- minitest (5.24.0 )
132
+ minitest (5.24.1 )
131
133
multi_json (1.15.0)
132
134
net-http (0.4.1)
133
135
uri
@@ -143,20 +145,20 @@ GEM
143
145
net-smtp (0.5.0)
144
146
net-protocol
145
147
nio4r (2.7.3)
146
- nokogiri (1.16.6 -arm64-darwin)
148
+ nokogiri (1.16.7 -arm64-darwin)
147
149
racc (~> 1.4)
148
- nokogiri (1.16.6 -x86_64-darwin)
150
+ nokogiri (1.16.7 -x86_64-darwin)
149
151
racc (~> 1.4)
150
- nokogiri (1.16.6 -x86_64-linux)
152
+ nokogiri (1.16.7 -x86_64-linux)
151
153
racc (~> 1.4)
152
154
os (1.1.4)
153
155
parallel (1.25.1)
154
- parser (3.3.3 .0)
156
+ parser (3.3.4 .0)
155
157
ast (~> 2.4.1)
156
158
racc
157
- pg (1.5.6 )
158
- public_suffix (6.0.0 )
159
- racc (1.8.0 )
159
+ pg (1.5.7 )
160
+ public_suffix (6.0.1 )
161
+ racc (1.8.1 )
160
162
rack (2.2.9)
161
163
rack-test (2.1.0)
162
164
rack (>= 1.3)
191
193
rainbow (3.1.1)
192
194
rake (13.2.1)
193
195
regexp_parser (2.9.2)
194
- rexml (3.3.1 )
196
+ rexml (3.3.2 )
195
197
strscan
196
198
rubocop (1.64.1)
197
199
json (~> 2.3)
225
227
sqlite3 (1.7.3-arm64-darwin)
226
228
sqlite3 (1.7.3-x86_64-darwin)
227
229
sqlite3 (1.7.3-x86_64-linux)
228
- standard (1.39.0 )
230
+ standard (1.39.2 )
229
231
language_server-protocol (~> 3.17.0.2)
230
232
lint_roller (~> 1.0)
231
233
rubocop (~> 1.64.0)
252
254
websocket-driver (0.7.6)
253
255
websocket-extensions (>= 0.1.0)
254
256
websocket-extensions (0.1.5)
255
- zeitwerk (2.6.16 )
257
+ zeitwerk (2.6.17 )
256
258
257
259
PLATFORMS
258
260
arm64-darwin-22
@@ -276,4 +278,4 @@ DEPENDENCIES
276
278
webmock
277
279
278
280
BUNDLED WITH
279
- 2.5.3
281
+ 2.5.16
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- noticed (2.4.0 )
4
+ noticed (2.4.1 )
5
5
rails (>= 6.1.0)
6
6
7
7
GEM
97
97
crass (1.0.6)
98
98
date (3.3.4)
99
99
erubi (1.13.0)
100
- faraday (2.9.2 )
100
+ faraday (2.10.1 )
101
101
faraday-net_http (>= 2.0, < 3.2)
102
- faraday-net_http (3.1.0)
102
+ logger
103
+ faraday-net_http (3.1.1)
103
104
net-http
104
105
globalid (1.2.1)
105
106
activesupport (>= 6.1)
122
123
base64
123
124
language_server-protocol (3.17.0.3)
124
125
lint_roller (1.1.0)
126
+ logger (1.6.0)
125
127
loofah (2.22.0)
126
128
crass (~> 1.0.2)
127
129
nokogiri (>= 1.12.0)
133
135
marcel (1.0.4)
134
136
method_source (1.1.0)
135
137
mini_mime (1.1.5)
136
- minitest (5.24.0 )
138
+ minitest (5.24.1 )
137
139
multi_json (1.15.0)
138
140
net-http (0.4.1)
139
141
uri
@@ -149,20 +151,20 @@ GEM
149
151
net-smtp (0.5.0)
150
152
net-protocol
151
153
nio4r (2.7.3)
152
- nokogiri (1.16.6 -arm64-darwin)
154
+ nokogiri (1.16.7 -arm64-darwin)
153
155
racc (~> 1.4)
154
- nokogiri (1.16.6 -x86_64-darwin)
156
+ nokogiri (1.16.7 -x86_64-darwin)
155
157
racc (~> 1.4)
156
- nokogiri (1.16.6 -x86_64-linux)
158
+ nokogiri (1.16.7 -x86_64-linux)
157
159
racc (~> 1.4)
158
160
os (1.1.4)
159
161
parallel (1.25.1)
160
- parser (3.3.3 .0)
162
+ parser (3.3.4 .0)
161
163
ast (~> 2.4.1)
162
164
racc
163
- pg (1.5.6 )
164
- public_suffix (6.0.0 )
165
- racc (1.8.0 )
165
+ pg (1.5.7 )
166
+ public_suffix (6.0.1 )
167
+ racc (1.8.1 )
166
168
rack (2.2.9)
167
169
rack-test (2.1.0)
168
170
rack (>= 1.3)
197
199
rainbow (3.1.1)
198
200
rake (13.2.1)
199
201
regexp_parser (2.9.2)
200
- rexml (3.3.1 )
202
+ rexml (3.3.2 )
201
203
strscan
202
204
rubocop (1.64.1)
203
205
json (~> 2.3)
224
226
sqlite3 (1.7.3-arm64-darwin)
225
227
sqlite3 (1.7.3-x86_64-darwin)
226
228
sqlite3 (1.7.3-x86_64-linux)
227
- standard (1.39.0 )
229
+ standard (1.39.2 )
228
230
language_server-protocol (~> 3.17.0.2)
229
231
lint_roller (~> 1.0)
230
232
rubocop (~> 1.64.0)
251
253
websocket-driver (0.7.6)
252
254
websocket-extensions (>= 0.1.0)
253
255
websocket-extensions (0.1.5)
254
- zeitwerk (2.6.16 )
256
+ zeitwerk (2.6.17 )
255
257
256
258
PLATFORMS
257
259
arm64-darwin-22
@@ -275,4 +277,4 @@ DEPENDENCIES
275
277
webmock
276
278
277
279
BUNDLED WITH
278
- 2.5.3
280
+ 2.5.16
You can’t perform that action at this time.
0 commit comments