Skip to content

Commit eb8b37d

Browse files
committed
wip
1 parent f096dad commit eb8b37d

File tree

3 files changed

+91
-75
lines changed

3 files changed

+91
-75
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ruby: ["3.1", "3.2", "3.3"]
18+
ruby: ["3.1", "3.2", "3.3", "3.4"]
1919

2020
services:
2121
postgres:

Gemfile.lock

Lines changed: 89 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,72 @@
11
PATH
22
remote: .
33
specs:
4-
umbrellio-utils (1.8.0)
4+
umbrellio-utils (1.8.1)
55
memery (~> 1)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (8.0.3)
11-
actionpack (= 8.0.3)
12-
activesupport (= 8.0.3)
10+
actioncable (7.2.2.2)
11+
actionpack (= 7.2.2.2)
12+
activesupport (= 7.2.2.2)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (8.0.3)
17-
actionpack (= 8.0.3)
18-
activejob (= 8.0.3)
19-
activerecord (= 8.0.3)
20-
activestorage (= 8.0.3)
21-
activesupport (= 8.0.3)
16+
actionmailbox (7.2.2.2)
17+
actionpack (= 7.2.2.2)
18+
activejob (= 7.2.2.2)
19+
activerecord (= 7.2.2.2)
20+
activestorage (= 7.2.2.2)
21+
activesupport (= 7.2.2.2)
2222
mail (>= 2.8.0)
23-
actionmailer (8.0.3)
24-
actionpack (= 8.0.3)
25-
actionview (= 8.0.3)
26-
activejob (= 8.0.3)
27-
activesupport (= 8.0.3)
23+
actionmailer (7.2.2.2)
24+
actionpack (= 7.2.2.2)
25+
actionview (= 7.2.2.2)
26+
activejob (= 7.2.2.2)
27+
activesupport (= 7.2.2.2)
2828
mail (>= 2.8.0)
2929
rails-dom-testing (~> 2.2)
30-
actionpack (8.0.3)
31-
actionview (= 8.0.3)
32-
activesupport (= 8.0.3)
30+
actionpack (7.2.2.2)
31+
actionview (= 7.2.2.2)
32+
activesupport (= 7.2.2.2)
3333
nokogiri (>= 1.8.5)
34-
rack (>= 2.2.4)
34+
racc
35+
rack (>= 2.2.4, < 3.2)
3536
rack-session (>= 1.0.1)
3637
rack-test (>= 0.6.3)
3738
rails-dom-testing (~> 2.2)
3839
rails-html-sanitizer (~> 1.6)
3940
useragent (~> 0.16)
40-
actiontext (8.0.3)
41-
actionpack (= 8.0.3)
42-
activerecord (= 8.0.3)
43-
activestorage (= 8.0.3)
44-
activesupport (= 8.0.3)
41+
actiontext (7.2.2.2)
42+
actionpack (= 7.2.2.2)
43+
activerecord (= 7.2.2.2)
44+
activestorage (= 7.2.2.2)
45+
activesupport (= 7.2.2.2)
4546
globalid (>= 0.6.0)
4647
nokogiri (>= 1.8.5)
47-
actionview (8.0.3)
48-
activesupport (= 8.0.3)
48+
actionview (7.2.2.2)
49+
activesupport (= 7.2.2.2)
4950
builder (~> 3.1)
5051
erubi (~> 1.11)
5152
rails-dom-testing (~> 2.2)
5253
rails-html-sanitizer (~> 1.6)
53-
activejob (8.0.3)
54-
activesupport (= 8.0.3)
54+
activejob (7.2.2.2)
55+
activesupport (= 7.2.2.2)
5556
globalid (>= 0.3.6)
56-
activemodel (8.0.3)
57-
activesupport (= 8.0.3)
58-
activerecord (8.0.3)
59-
activemodel (= 8.0.3)
60-
activesupport (= 8.0.3)
57+
activemodel (7.2.2.2)
58+
activesupport (= 7.2.2.2)
59+
activerecord (7.2.2.2)
60+
activemodel (= 7.2.2.2)
61+
activesupport (= 7.2.2.2)
6162
timeout (>= 0.4.0)
62-
activestorage (8.0.3)
63-
actionpack (= 8.0.3)
64-
activejob (= 8.0.3)
65-
activerecord (= 8.0.3)
66-
activesupport (= 8.0.3)
63+
activestorage (7.2.2.2)
64+
actionpack (= 7.2.2.2)
65+
activejob (= 7.2.2.2)
66+
activerecord (= 7.2.2.2)
67+
activesupport (= 7.2.2.2)
6768
marcel (~> 1.0)
68-
activesupport (8.0.3)
69+
activesupport (7.2.2.2)
6970
base64
7071
benchmark (>= 0.3)
7172
bigdecimal
@@ -77,7 +78,6 @@ GEM
7778
minitest (>= 5.1)
7879
securerandom (>= 0.3)
7980
tzinfo (~> 2.0, >= 2.0.5)
80-
uri (>= 0.13.1)
8181
addressable (2.8.7)
8282
public_suffix (>= 2.0.2, < 7.0)
8383
amazing_print (1.8.1)
@@ -90,6 +90,7 @@ GEM
9090
bunny (2.24.0)
9191
amq-protocol (~> 2.3)
9292
sorted_set (~> 1, >= 1.0.2)
93+
cgi (0.5.0)
9394
ci-helper (0.7.0)
9495
colorize (~> 1.1)
9596
dry-inflector (~> 1.0)
@@ -105,12 +106,17 @@ GEM
105106
domain_name (0.6.20240107)
106107
drb (2.2.3)
107108
dry-inflector (1.2.0)
108-
erb (5.0.2)
109+
erb (4.0.4)
110+
cgi (>= 0.3.3)
109111
erubi (1.13.1)
110-
ffi (1.17.2)
112+
ffi (1.17.2-aarch64-linux-gnu)
113+
ffi (1.17.2-aarch64-linux-musl)
114+
ffi (1.17.2-arm-linux-gnu)
115+
ffi (1.17.2-arm-linux-musl)
111116
ffi (1.17.2-arm64-darwin)
112117
ffi (1.17.2-x86_64-darwin)
113118
ffi (1.17.2-x86_64-linux-gnu)
119+
ffi (1.17.2-x86_64-linux-musl)
114120
ffi-compiler (1.3.2)
115121
ffi (>= 1.15.5)
116122
rake
@@ -153,10 +159,9 @@ GEM
153159
net-pop
154160
net-smtp
155161
marcel (1.1.0)
156-
memery (1.8.0)
162+
memery (1.7.0)
157163
method_source (1.1.0)
158164
mini_mime (1.1.5)
159-
mini_portile2 (2.8.9)
160165
minitest (5.25.5)
161166
net-imap (0.5.10)
162167
date
@@ -168,25 +173,35 @@ GEM
168173
net-smtp (0.5.1)
169174
net-protocol
170175
nio4r (2.7.4)
171-
nokogiri (1.18.10)
172-
mini_portile2 (~> 2.8.2)
176+
nokogiri (1.18.10-aarch64-linux-gnu)
177+
racc (~> 1.4)
178+
nokogiri (1.18.10-aarch64-linux-musl)
179+
racc (~> 1.4)
180+
nokogiri (1.18.10-arm-linux-gnu)
181+
racc (~> 1.4)
182+
nokogiri (1.18.10-arm-linux-musl)
173183
racc (~> 1.4)
174184
nokogiri (1.18.10-arm64-darwin)
175185
racc (~> 1.4)
176186
nokogiri (1.18.10-x86_64-darwin)
177187
racc (~> 1.4)
178188
nokogiri (1.18.10-x86_64-linux-gnu)
179189
racc (~> 1.4)
190+
nokogiri (1.18.10-x86_64-linux-musl)
191+
racc (~> 1.4)
180192
nori (2.7.1)
181193
bigdecimal
182194
parallel (1.27.0)
183195
parser (3.3.9.0)
184196
ast (~> 2.4.1)
185197
racc
186198
pg (1.6.2)
199+
pg (1.6.2-aarch64-linux)
200+
pg (1.6.2-aarch64-linux-musl)
187201
pg (1.6.2-arm64-darwin)
188202
pg (1.6.2-x86_64-darwin)
189203
pg (1.6.2-x86_64-linux)
204+
pg (1.6.2-x86_64-linux-musl)
190205
pp (0.6.2)
191206
prettyprint
192207
prettyprint (0.2.0)
@@ -202,43 +217,42 @@ GEM
202217
bunny (~> 2.0)
203218
kicks
204219
racc (1.8.1)
205-
rack (3.2.1)
220+
rack (3.1.16)
206221
rack-session (2.1.1)
207222
base64 (>= 0.1.0)
208223
rack (>= 3.0.0)
209224
rack-test (2.2.0)
210225
rack (>= 1.3)
211226
rackup (2.2.1)
212227
rack (>= 3)
213-
rails (8.0.3)
214-
actioncable (= 8.0.3)
215-
actionmailbox (= 8.0.3)
216-
actionmailer (= 8.0.3)
217-
actionpack (= 8.0.3)
218-
actiontext (= 8.0.3)
219-
actionview (= 8.0.3)
220-
activejob (= 8.0.3)
221-
activemodel (= 8.0.3)
222-
activerecord (= 8.0.3)
223-
activestorage (= 8.0.3)
224-
activesupport (= 8.0.3)
228+
rails (7.2.2.2)
229+
actioncable (= 7.2.2.2)
230+
actionmailbox (= 7.2.2.2)
231+
actionmailer (= 7.2.2.2)
232+
actionpack (= 7.2.2.2)
233+
actiontext (= 7.2.2.2)
234+
actionview (= 7.2.2.2)
235+
activejob (= 7.2.2.2)
236+
activemodel (= 7.2.2.2)
237+
activerecord (= 7.2.2.2)
238+
activestorage (= 7.2.2.2)
239+
activesupport (= 7.2.2.2)
225240
bundler (>= 1.15.0)
226-
railties (= 8.0.3)
241+
railties (= 7.2.2.2)
227242
rails-dom-testing (2.3.0)
228243
activesupport (>= 5.0.0)
229244
minitest
230245
nokogiri (>= 1.6)
231246
rails-html-sanitizer (1.6.2)
232247
loofah (~> 2.21)
233248
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)
234-
railties (8.0.3)
235-
actionpack (= 8.0.3)
236-
activesupport (= 8.0.3)
249+
railties (7.2.2.2)
250+
actionpack (= 7.2.2.2)
251+
activesupport (= 7.2.2.2)
237252
irb (~> 1.13)
238253
rackup (>= 1.0.0)
239254
rake (>= 12.2)
240255
thor (~> 1.0, >= 1.2.2)
241-
tsort (>= 0.2)
242256
zeitwerk (~> 2.6)
243257
rainbow (3.1.1)
244258
rake (13.3.0)
@@ -343,30 +357,32 @@ GEM
343357
thor (1.4.0)
344358
timecop (0.9.10)
345359
timeout (0.4.3)
346-
tsort (0.2.0)
347360
tzinfo (2.0.6)
348361
concurrent-ruby (~> 1.0)
349362
umbrellio-sequel-plugins (0.17.0)
350363
sequel
351364
unicode-display_width (3.2.0)
352365
unicode-emoji (~> 4.1)
353366
unicode-emoji (4.1.0)
354-
uri (1.0.3)
355367
useragent (0.16.11)
356368
websocket-driver (0.8.0)
357369
base64
358370
websocket-extensions (>= 0.1.0)
359371
websocket-extensions (0.1.5)
360372
yard (0.9.37)
361-
zeitwerk (2.7.3)
373+
zeitwerk (2.6.18)
362374

363375
PLATFORMS
364-
arm64-darwin-20
365-
arm64-darwin-21
366-
arm64-darwin-23
367-
ruby
368-
x86_64-darwin-20
376+
aarch64-linux
377+
aarch64-linux-gnu
378+
aarch64-linux-musl
379+
arm-linux-gnu
380+
arm-linux-musl
381+
arm64-darwin
382+
x86_64-darwin
369383
x86_64-linux
384+
x86_64-linux-gnu
385+
x86_64-linux-musl
370386

371387
DEPENDENCIES
372388
activesupport
@@ -393,4 +409,4 @@ DEPENDENCIES
393409
yard
394410

395411
BUNDLED WITH
396-
2.7.1
412+
2.6.9

lib/umbrellio_utils/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module UmbrellioUtils
4-
VERSION = "1.8.0"
4+
VERSION = "1.8.1"
55
end

0 commit comments

Comments
 (0)