Skip to content

Commit 654a1f6

Browse files
committed
Version bump
1 parent a6fe7ac commit 654a1f6

10 files changed

Lines changed: 63 additions & 58 deletions

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Unreleased
22

3+
### 2.9.3
4+
5+
* [Bugfix] Silent was opposite for Action Push Native notifications #560
6+
37
### 2.9.2
48

59
* [Bugfix] Don't eager load `NotificationChannel`

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
noticed (2.9.2)
4+
noticed (2.9.3)
55
rails (>= 6.1.0)
66

77
GEM
@@ -90,7 +90,7 @@ GEM
9090
ast (2.4.3)
9191
base64 (0.3.0)
9292
benchmark (0.4.1)
93-
bigdecimal (3.2.3)
93+
bigdecimal (3.3.0)
9494
builder (3.3.0)
9595
concurrent-ruby (1.3.5)
9696
connection_pool (2.5.4)
@@ -100,7 +100,7 @@ GEM
100100
crass (1.0.6)
101101
date (3.4.1)
102102
drb (2.2.3)
103-
erb (5.0.2)
103+
erb (5.0.3)
104104
erubi (1.13.1)
105105
faraday (2.14.0)
106106
faraday-net_http (>= 2.0, < 3.5)
@@ -131,7 +131,7 @@ GEM
131131
pp (>= 0.6.0)
132132
rdoc (>= 4.0.0)
133133
reline (>= 0.4.2)
134-
json (2.15.0)
134+
json (2.15.1)
135135
jwt (3.1.2)
136136
base64
137137
language_server-protocol (3.17.0.5)
@@ -147,13 +147,13 @@ GEM
147147
net-smtp
148148
marcel (1.1.0)
149149
mini_mime (1.1.5)
150-
minitest (5.25.5)
150+
minitest (5.26.0)
151151
multi_json (1.17.0)
152152
net-http (0.6.0)
153153
uri
154154
net-http2 (0.19.0)
155155
http-2 (>= 1.0)
156-
net-imap (0.5.11)
156+
net-imap (0.5.12)
157157
date
158158
net-protocol
159159
net-pop (0.1.2)
@@ -191,7 +191,7 @@ GEM
191191
pg (1.6.2-x86_64-darwin)
192192
pg (1.6.2-x86_64-linux)
193193
pg (1.6.2-x86_64-linux-musl)
194-
pp (0.6.2)
194+
pp (0.6.3)
195195
prettyprint
196196
prettyprint (0.2.0)
197197
prism (1.5.1)
@@ -200,7 +200,7 @@ GEM
200200
stringio
201201
public_suffix (6.0.2)
202202
racc (1.8.1)
203-
rack (3.2.1)
203+
rack (3.2.2)
204204
rack-session (2.1.1)
205205
base64 (>= 0.1.0)
206206
rack (>= 3.0.0)
@@ -302,7 +302,7 @@ GEM
302302
unicode-display_width (3.2.0)
303303
unicode-emoji (~> 4.1)
304304
unicode-emoji (4.1.0)
305-
uri (1.0.3)
305+
uri (1.0.4)
306306
useragent (0.16.11)
307307
webmock (3.25.1)
308308
addressable (>= 2.8.0)

gemfiles/rails_6_1.gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.9.2)
4+
noticed (2.9.3)
55
rails (>= 6.1.0)
66

77
GEM
@@ -80,7 +80,7 @@ GEM
8080
thor (>= 0.14.0)
8181
ast (2.4.3)
8282
base64 (0.3.0)
83-
bigdecimal (3.2.3)
83+
bigdecimal (3.3.0)
8484
builder (3.3.0)
8585
concurrent-ruby (1.3.4)
8686
connection_pool (2.5.4)
@@ -115,7 +115,7 @@ GEM
115115
http-2 (1.1.1)
116116
i18n (1.14.7)
117117
concurrent-ruby (~> 1.0)
118-
json (2.15.0)
118+
json (2.15.1)
119119
jwt (3.1.2)
120120
base64
121121
language_server-protocol (3.17.0.5)
@@ -133,7 +133,7 @@ GEM
133133
method_source (1.1.0)
134134
mini_mime (1.1.5)
135135
mini_portile2 (2.8.9)
136-
minitest (5.25.5)
136+
minitest (5.26.0)
137137
multi_json (1.17.0)
138138
mutex_m (0.3.0)
139139
net-http (0.6.0)
@@ -184,7 +184,7 @@ GEM
184184
prism (1.5.1)
185185
public_suffix (6.0.2)
186186
racc (1.8.1)
187-
rack (2.2.18)
187+
rack (2.2.19)
188188
rack-test (2.2.0)
189189
rack (>= 1.3)
190190
rails (6.1.7.10)
@@ -279,7 +279,7 @@ GEM
279279
unicode-display_width (3.2.0)
280280
unicode-emoji (~> 4.1)
281281
unicode-emoji (4.1.0)
282-
uri (1.0.3)
282+
uri (1.0.4)
283283
webmock (3.25.1)
284284
addressable (>= 2.8.0)
285285
crack (>= 0.3.2)

gemfiles/rails_7_0.gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.9.2)
4+
noticed (2.9.3)
55
rails (>= 6.1.0)
66

77
GEM
@@ -86,7 +86,7 @@ GEM
8686
thor (>= 0.14.0)
8787
ast (2.4.3)
8888
base64 (0.3.0)
89-
bigdecimal (3.2.3)
89+
bigdecimal (3.3.0)
9090
builder (3.3.0)
9191
concurrent-ruby (1.3.4)
9292
connection_pool (2.5.4)
@@ -121,7 +121,7 @@ GEM
121121
http-2 (1.1.1)
122122
i18n (1.14.7)
123123
concurrent-ruby (~> 1.0)
124-
json (2.15.0)
124+
json (2.15.1)
125125
jwt (3.1.2)
126126
base64
127127
language_server-protocol (3.17.0.5)
@@ -139,7 +139,7 @@ GEM
139139
method_source (1.1.0)
140140
mini_mime (1.1.5)
141141
mini_portile2 (2.8.9)
142-
minitest (5.25.5)
142+
minitest (5.26.0)
143143
multi_json (1.17.0)
144144
mutex_m (0.3.0)
145145
net-http (0.6.0)
@@ -190,7 +190,7 @@ GEM
190190
prism (1.5.1)
191191
public_suffix (6.0.2)
192192
racc (1.8.1)
193-
rack (2.2.18)
193+
rack (2.2.19)
194194
rack-test (2.2.0)
195195
rack (>= 1.3)
196196
rails (7.0.8.7)
@@ -277,7 +277,7 @@ GEM
277277
unicode-display_width (3.2.0)
278278
unicode-emoji (~> 4.1)
279279
unicode-emoji (4.1.0)
280-
uri (1.0.3)
280+
uri (1.0.4)
281281
webmock (3.25.1)
282282
addressable (>= 2.8.0)
283283
crack (>= 0.3.2)

gemfiles/rails_7_1.gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.9.2)
4+
noticed (2.9.3)
55
rails (>= 6.1.0)
66

77
GEM
@@ -96,7 +96,7 @@ GEM
9696
ast (2.4.3)
9797
base64 (0.3.0)
9898
benchmark (0.4.1)
99-
bigdecimal (3.2.3)
99+
bigdecimal (3.3.0)
100100
builder (3.3.0)
101101
concurrent-ruby (1.3.5)
102102
connection_pool (2.5.4)
@@ -106,7 +106,7 @@ GEM
106106
crass (1.0.6)
107107
date (3.4.1)
108108
drb (2.2.3)
109-
erb (5.0.2)
109+
erb (5.0.3)
110110
erubi (1.13.1)
111111
faraday (2.14.0)
112112
faraday-net_http (>= 2.0, < 3.5)
@@ -137,7 +137,7 @@ GEM
137137
pp (>= 0.6.0)
138138
rdoc (>= 4.0.0)
139139
reline (>= 0.4.2)
140-
json (2.15.0)
140+
json (2.15.1)
141141
jwt (3.1.2)
142142
base64
143143
language_server-protocol (3.17.0.5)
@@ -154,7 +154,7 @@ GEM
154154
marcel (1.1.0)
155155
mini_mime (1.1.5)
156156
mini_portile2 (2.8.9)
157-
minitest (5.25.5)
157+
minitest (5.26.0)
158158
multi_json (1.17.0)
159159
mutex_m (0.3.0)
160160
net-http (0.6.0)
@@ -211,7 +211,7 @@ GEM
211211
stringio
212212
public_suffix (6.0.2)
213213
racc (1.8.1)
214-
rack (3.2.1)
214+
rack (3.2.2)
215215
rack-session (2.1.1)
216216
base64 (>= 0.1.0)
217217
rack (>= 3.0.0)
@@ -313,7 +313,7 @@ GEM
313313
unicode-display_width (3.2.0)
314314
unicode-emoji (~> 4.1)
315315
unicode-emoji (4.1.0)
316-
uri (1.0.3)
316+
uri (1.0.4)
317317
webmock (3.25.1)
318318
addressable (>= 2.8.0)
319319
crack (>= 0.3.2)

gemfiles/rails_7_2.gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.9.2)
4+
noticed (2.9.3)
55
rails (>= 6.1.0)
66

77
GEM
@@ -90,7 +90,7 @@ GEM
9090
ast (2.4.3)
9191
base64 (0.3.0)
9292
benchmark (0.4.1)
93-
bigdecimal (3.2.3)
93+
bigdecimal (3.3.0)
9494
builder (3.3.0)
9595
concurrent-ruby (1.3.5)
9696
connection_pool (2.5.4)
@@ -100,7 +100,7 @@ GEM
100100
crass (1.0.6)
101101
date (3.4.1)
102102
drb (2.2.3)
103-
erb (5.0.2)
103+
erb (5.0.3)
104104
erubi (1.13.1)
105105
faraday (2.14.0)
106106
faraday-net_http (>= 2.0, < 3.5)
@@ -131,7 +131,7 @@ GEM
131131
pp (>= 0.6.0)
132132
rdoc (>= 4.0.0)
133133
reline (>= 0.4.2)
134-
json (2.15.0)
134+
json (2.15.1)
135135
jwt (3.1.2)
136136
base64
137137
language_server-protocol (3.17.0.5)
@@ -148,7 +148,7 @@ GEM
148148
marcel (1.1.0)
149149
mini_mime (1.1.5)
150150
mini_portile2 (2.8.9)
151-
minitest (5.25.5)
151+
minitest (5.26.0)
152152
multi_json (1.17.0)
153153
net-http (0.6.0)
154154
uri
@@ -204,7 +204,7 @@ GEM
204204
stringio
205205
public_suffix (6.0.2)
206206
racc (1.8.1)
207-
rack (3.1.16)
207+
rack (3.1.17)
208208
rack-session (2.1.1)
209209
base64 (>= 0.1.0)
210210
rack (>= 3.0.0)
@@ -306,7 +306,7 @@ GEM
306306
unicode-display_width (3.2.0)
307307
unicode-emoji (~> 4.1)
308308
unicode-emoji (4.1.0)
309-
uri (1.0.3)
309+
uri (1.0.4)
310310
useragent (0.16.11)
311311
webmock (3.25.1)
312312
addressable (>= 2.8.0)

gemfiles/rails_8_0.gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
noticed (2.9.2)
4+
noticed (2.9.3)
55
rails (>= 6.1.0)
66

77
GEM
@@ -90,7 +90,7 @@ GEM
9090
ast (2.4.3)
9191
base64 (0.3.0)
9292
benchmark (0.4.1)
93-
bigdecimal (3.2.3)
93+
bigdecimal (3.3.0)
9494
builder (3.3.0)
9595
concurrent-ruby (1.3.5)
9696
connection_pool (2.5.4)
@@ -100,7 +100,7 @@ GEM
100100
crass (1.0.6)
101101
date (3.4.1)
102102
drb (2.2.3)
103-
erb (5.0.2)
103+
erb (5.0.3)
104104
erubi (1.13.1)
105105
faraday (2.14.0)
106106
faraday-net_http (>= 2.0, < 3.5)
@@ -131,7 +131,7 @@ GEM
131131
pp (>= 0.6.0)
132132
rdoc (>= 4.0.0)
133133
reline (>= 0.4.2)
134-
json (2.15.0)
134+
json (2.15.1)
135135
jwt (3.1.2)
136136
base64
137137
language_server-protocol (3.17.0.5)
@@ -147,7 +147,7 @@ GEM
147147
net-smtp
148148
marcel (1.1.0)
149149
mini_mime (1.1.5)
150-
minitest (5.25.5)
150+
minitest (5.26.0)
151151
multi_json (1.17.0)
152152
net-http (0.6.0)
153153
uri
@@ -200,7 +200,7 @@ GEM
200200
stringio
201201
public_suffix (6.0.2)
202202
racc (1.8.1)
203-
rack (3.2.1)
203+
rack (3.2.2)
204204
rack-session (2.1.1)
205205
base64 (>= 0.1.0)
206206
rack (>= 3.0.0)
@@ -303,7 +303,7 @@ GEM
303303
unicode-display_width (3.2.0)
304304
unicode-emoji (~> 4.1)
305305
unicode-emoji (4.1.0)
306-
uri (1.0.3)
306+
uri (1.0.4)
307307
useragent (0.16.11)
308308
webmock (3.25.1)
309309
addressable (>= 2.8.0)

0 commit comments

Comments
 (0)