Skip to content

Commit 0430be6

Browse files
committed
Version bump
1 parent 6dfb7d9 commit 0430be6

7 files changed

+120
-117
lines changed

CHANGELOG.md

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

3+
### 2.3.2
4+
35
* Set `:json` type on `:params` column with default to better integrate with ActiveRecord.
46
This fixes sqlserver (and probably other databases). #451
57

Gemfile.lock

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

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.1.3)
11-
actionpack (= 7.1.3)
12-
activesupport (= 7.1.3)
10+
actioncable (7.1.3.3)
11+
actionpack (= 7.1.3.3)
12+
activesupport (= 7.1.3.3)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (7.1.3)
17-
actionpack (= 7.1.3)
18-
activejob (= 7.1.3)
19-
activerecord (= 7.1.3)
20-
activestorage (= 7.1.3)
21-
activesupport (= 7.1.3)
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)
2222
mail (>= 2.7.1)
2323
net-imap
2424
net-pop
2525
net-smtp
26-
actionmailer (7.1.3)
27-
actionpack (= 7.1.3)
28-
actionview (= 7.1.3)
29-
activejob (= 7.1.3)
30-
activesupport (= 7.1.3)
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)
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)
37-
actionview (= 7.1.3)
38-
activesupport (= 7.1.3)
36+
actionpack (7.1.3.3)
37+
actionview (= 7.1.3.3)
38+
activesupport (= 7.1.3.3)
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)
47-
actionpack (= 7.1.3)
48-
activerecord (= 7.1.3)
49-
activestorage (= 7.1.3)
50-
activesupport (= 7.1.3)
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)
5151
globalid (>= 0.6.0)
5252
nokogiri (>= 1.8.5)
53-
actionview (7.1.3)
54-
activesupport (= 7.1.3)
53+
actionview (7.1.3.3)
54+
activesupport (= 7.1.3.3)
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)
60-
activesupport (= 7.1.3)
59+
activejob (7.1.3.3)
60+
activesupport (= 7.1.3.3)
6161
globalid (>= 0.3.6)
62-
activemodel (7.1.3)
63-
activesupport (= 7.1.3)
64-
activerecord (7.1.3)
65-
activemodel (= 7.1.3)
66-
activesupport (= 7.1.3)
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)
6767
timeout (>= 0.4.0)
68-
activestorage (7.1.3)
69-
actionpack (= 7.1.3)
70-
activejob (= 7.1.3)
71-
activerecord (= 7.1.3)
72-
activesupport (= 7.1.3)
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)
7373
marcel (~> 1.0)
74-
activesupport (7.1.3)
74+
activesupport (7.1.3.3)
7575
base64
7676
bigdecimal
7777
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -83,7 +83,7 @@ GEM
8383
tzinfo (~> 2.0)
8484
addressable (2.8.6)
8585
public_suffix (>= 2.0.2, < 6.0)
86-
apnotic (1.7.1)
86+
apnotic (1.7.2)
8787
connection_pool (~> 2)
8888
net-http2 (>= 0.18.3, < 2)
8989
appraisal (2.5.0)
@@ -92,18 +92,17 @@ GEM
9292
thor (>= 0.14.0)
9393
ast (2.4.2)
9494
base64 (0.2.0)
95-
bigdecimal (3.1.6)
95+
bigdecimal (3.1.8)
9696
builder (3.2.4)
9797
byebug (11.1.3)
9898
concurrent-ruby (1.2.3)
9999
connection_pool (2.4.1)
100-
crack (0.4.6)
100+
crack (1.0.0)
101101
bigdecimal
102102
rexml
103103
crass (1.0.6)
104104
date (3.3.4)
105-
drb (2.2.0)
106-
ruby2_keywords
105+
drb (2.2.1)
107106
erubi (1.12.0)
108107
faraday (2.9.0)
109108
faraday-net_http (>= 2.0, < 3.2)
@@ -113,7 +112,7 @@ GEM
113112
activesupport (>= 6.1)
114113
google-cloud-env (2.1.1)
115114
faraday (>= 1.0, < 3.a)
116-
googleauth (1.9.2)
115+
googleauth (1.11.0)
117116
faraday (>= 1.0, < 3.a)
118117
google-cloud-env (~> 2.1)
119118
jwt (>= 1.4, < 3.0)
@@ -122,14 +121,15 @@ GEM
122121
signet (>= 0.16, < 2.a)
123122
hashdiff (1.1.0)
124123
http-2 (0.11.0)
125-
i18n (1.14.1)
124+
i18n (1.14.5)
126125
concurrent-ruby (~> 1.0)
127126
io-console (0.7.2)
128-
irb (1.11.1)
129-
rdoc
127+
irb (1.13.1)
128+
rdoc (>= 4.0.0)
130129
reline (>= 0.4.2)
131-
json (2.7.1)
132-
jwt (2.7.1)
130+
json (2.7.2)
131+
jwt (2.8.1)
132+
base64
133133
language_server-protocol (3.17.0.3)
134134
lint_roller (1.1.0)
135135
loofah (2.22.0)
@@ -140,140 +140,141 @@ GEM
140140
net-imap
141141
net-pop
142142
net-smtp
143-
marcel (1.0.2)
143+
marcel (1.0.4)
144144
mini_mime (1.1.5)
145-
minitest (5.21.2)
145+
minitest (5.23.1)
146146
multi_json (1.15.0)
147147
mutex_m (0.2.0)
148148
net-http (0.4.1)
149149
uri
150150
net-http2 (0.18.5)
151151
http-2 (~> 0.11)
152-
net-imap (0.4.9.1)
152+
net-imap (0.4.11)
153153
date
154154
net-protocol
155155
net-pop (0.1.2)
156156
net-protocol
157157
net-protocol (0.2.2)
158158
timeout
159-
net-smtp (0.4.0.1)
159+
net-smtp (0.5.0)
160160
net-protocol
161-
nio4r (2.7.0)
162-
nokogiri (1.16.0-arm64-darwin)
161+
nio4r (2.7.3)
162+
nokogiri (1.16.5-arm64-darwin)
163163
racc (~> 1.4)
164-
nokogiri (1.16.0-x86_64-darwin)
164+
nokogiri (1.16.5-x86_64-darwin)
165165
racc (~> 1.4)
166-
nokogiri (1.16.0-x86_64-linux)
166+
nokogiri (1.16.5-x86_64-linux)
167167
racc (~> 1.4)
168168
os (1.1.4)
169169
parallel (1.24.0)
170-
parser (3.3.0.5)
170+
parser (3.3.1.0)
171171
ast (~> 2.4.1)
172172
racc
173-
pg (1.5.4)
173+
pg (1.5.6)
174174
psych (5.1.2)
175175
stringio
176-
public_suffix (5.0.4)
177-
racc (1.7.3)
178-
rack (3.0.9)
176+
public_suffix (5.0.5)
177+
racc (1.8.0)
178+
rack (3.0.11)
179179
rack-session (2.0.0)
180180
rack (>= 3.0.0)
181181
rack-test (2.1.0)
182182
rack (>= 1.3)
183183
rackup (2.1.0)
184184
rack (>= 3)
185185
webrick (~> 1.8)
186-
rails (7.1.3)
187-
actioncable (= 7.1.3)
188-
actionmailbox (= 7.1.3)
189-
actionmailer (= 7.1.3)
190-
actionpack (= 7.1.3)
191-
actiontext (= 7.1.3)
192-
actionview (= 7.1.3)
193-
activejob (= 7.1.3)
194-
activemodel (= 7.1.3)
195-
activerecord (= 7.1.3)
196-
activestorage (= 7.1.3)
197-
activesupport (= 7.1.3)
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)
198198
bundler (>= 1.15.0)
199-
railties (= 7.1.3)
199+
railties (= 7.1.3.3)
200200
rails-dom-testing (2.2.0)
201201
activesupport (>= 5.0.0)
202202
minitest
203203
nokogiri (>= 1.6)
204204
rails-html-sanitizer (1.6.0)
205205
loofah (~> 2.21)
206206
nokogiri (~> 1.14)
207-
railties (7.1.3)
208-
actionpack (= 7.1.3)
209-
activesupport (= 7.1.3)
207+
railties (7.1.3.3)
208+
actionpack (= 7.1.3.3)
209+
activesupport (= 7.1.3.3)
210210
irb
211211
rackup (>= 1.0.0)
212212
rake (>= 12.2)
213213
thor (~> 1.0, >= 1.2.2)
214214
zeitwerk (~> 2.6)
215215
rainbow (3.1.1)
216-
rake (13.1.0)
217-
rdoc (6.6.2)
216+
rake (13.2.1)
217+
rdoc (6.7.0)
218218
psych (>= 4.0.0)
219-
regexp_parser (2.9.0)
220-
reline (0.4.2)
219+
regexp_parser (2.9.2)
220+
reline (0.5.7)
221221
io-console (~> 0.5)
222-
rexml (3.2.6)
223-
rubocop (1.59.0)
222+
rexml (3.2.8)
223+
strscan (>= 3.0.9)
224+
rubocop (1.63.5)
224225
json (~> 2.3)
225226
language_server-protocol (>= 3.17.0)
226227
parallel (~> 1.10)
227-
parser (>= 3.2.2.4)
228+
parser (>= 3.3.0.2)
228229
rainbow (>= 2.2.2, < 4.0)
229230
regexp_parser (>= 1.8, < 3.0)
230231
rexml (>= 3.2.5, < 4.0)
231-
rubocop-ast (>= 1.30.0, < 2.0)
232+
rubocop-ast (>= 1.31.1, < 2.0)
232233
ruby-progressbar (~> 1.7)
233234
unicode-display_width (>= 2.4.0, < 3.0)
234-
rubocop-ast (1.30.0)
235-
parser (>= 3.2.1.0)
236-
rubocop-performance (1.20.2)
235+
rubocop-ast (1.31.3)
236+
parser (>= 3.3.1.0)
237+
rubocop-performance (1.21.0)
237238
rubocop (>= 1.48.1, < 2.0)
238-
rubocop-ast (>= 1.30.0, < 2.0)
239+
rubocop-ast (>= 1.31.1, < 2.0)
239240
ruby-progressbar (1.13.0)
240-
ruby2_keywords (0.0.5)
241-
signet (0.18.0)
241+
signet (0.19.0)
242242
addressable (~> 2.8)
243243
faraday (>= 0.17.5, < 3.a)
244244
jwt (>= 1.5, < 3.0)
245245
multi_json (~> 1.10)
246-
sqlite3 (1.7.2-arm64-darwin)
247-
sqlite3 (1.7.2-x86_64-darwin)
248-
sqlite3 (1.7.2-x86_64-linux)
249-
standard (1.33.0)
246+
sqlite3 (2.0.2-arm64-darwin)
247+
sqlite3 (2.0.2-x86_64-darwin)
248+
sqlite3 (2.0.2-x86_64-linux-gnu)
249+
standard (1.36.0)
250250
language_server-protocol (~> 3.17.0.2)
251251
lint_roller (~> 1.0)
252-
rubocop (~> 1.59.0)
252+
rubocop (~> 1.63.0)
253253
standard-custom (~> 1.0.0)
254-
standard-performance (~> 1.3)
254+
standard-performance (~> 1.4)
255255
standard-custom (1.0.2)
256256
lint_roller (~> 1.0)
257257
rubocop (~> 1.50)
258-
standard-performance (1.3.1)
258+
standard-performance (1.4.0)
259259
lint_roller (~> 1.1)
260-
rubocop-performance (~> 1.20.2)
260+
rubocop-performance (~> 1.21.0)
261261
stringio (3.1.0)
262-
thor (1.3.0)
262+
strscan (3.1.0)
263+
thor (1.3.1)
263264
timeout (0.4.1)
264265
tzinfo (2.0.6)
265266
concurrent-ruby (~> 1.0)
266267
unicode-display_width (2.5.0)
267268
uri (0.13.0)
268-
webmock (3.19.1)
269+
webmock (3.23.1)
269270
addressable (>= 2.8.0)
270271
crack (>= 0.3.2)
271272
hashdiff (>= 0.4.0, < 2.0.0)
272273
webrick (1.8.1)
273274
websocket-driver (0.7.6)
274275
websocket-extensions (>= 0.1.0)
275276
websocket-extensions (0.1.5)
276-
zeitwerk (2.6.12)
277+
zeitwerk (2.6.15)
277278

278279
PLATFORMS
279280
arm64-darwin-22

0 commit comments

Comments
 (0)