Skip to content

Commit 8318010

Browse files
committed
Updated gems
1 parent 22bfd33 commit 8318010

File tree

2 files changed

+77
-75
lines changed

2 files changed

+77
-75
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.2.2-alpine3.18
1+
FROM ruby:3.2.4-alpine3.20
22

33
MAINTAINER Andrew Kane <[email protected]>
44

Gemfile.lock

+76-74
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8)
5-
actionpack (= 7.0.8)
6-
activesupport (= 7.0.8)
4+
actioncable (7.0.8.4)
5+
actionpack (= 7.0.8.4)
6+
activesupport (= 7.0.8.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8)
10-
actionpack (= 7.0.8)
11-
activejob (= 7.0.8)
12-
activerecord (= 7.0.8)
13-
activestorage (= 7.0.8)
14-
activesupport (= 7.0.8)
9+
actionmailbox (7.0.8.4)
10+
actionpack (= 7.0.8.4)
11+
activejob (= 7.0.8.4)
12+
activerecord (= 7.0.8.4)
13+
activestorage (= 7.0.8.4)
14+
activesupport (= 7.0.8.4)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.8)
20-
actionpack (= 7.0.8)
21-
actionview (= 7.0.8)
22-
activejob (= 7.0.8)
23-
activesupport (= 7.0.8)
19+
actionmailer (7.0.8.4)
20+
actionpack (= 7.0.8.4)
21+
actionview (= 7.0.8.4)
22+
activejob (= 7.0.8.4)
23+
activesupport (= 7.0.8.4)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8)
30-
actionview (= 7.0.8)
31-
activesupport (= 7.0.8)
29+
actionpack (7.0.8.4)
30+
actionview (= 7.0.8.4)
31+
activesupport (= 7.0.8.4)
3232
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8)
37-
actionpack (= 7.0.8)
38-
activerecord (= 7.0.8)
39-
activestorage (= 7.0.8)
40-
activesupport (= 7.0.8)
36+
actiontext (7.0.8.4)
37+
actionpack (= 7.0.8.4)
38+
activerecord (= 7.0.8.4)
39+
activestorage (= 7.0.8.4)
40+
activesupport (= 7.0.8.4)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.8)
44-
activesupport (= 7.0.8)
43+
actionview (7.0.8.4)
44+
activesupport (= 7.0.8.4)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8)
50-
activesupport (= 7.0.8)
49+
activejob (7.0.8.4)
50+
activesupport (= 7.0.8.4)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.8)
53-
activesupport (= 7.0.8)
54-
activerecord (7.0.8)
55-
activemodel (= 7.0.8)
56-
activesupport (= 7.0.8)
57-
activestorage (7.0.8)
58-
actionpack (= 7.0.8)
59-
activejob (= 7.0.8)
60-
activerecord (= 7.0.8)
61-
activesupport (= 7.0.8)
52+
activemodel (7.0.8.4)
53+
activesupport (= 7.0.8.4)
54+
activerecord (7.0.8.4)
55+
activemodel (= 7.0.8.4)
56+
activesupport (= 7.0.8.4)
57+
activestorage (7.0.8.4)
58+
actionpack (= 7.0.8.4)
59+
activejob (= 7.0.8.4)
60+
activerecord (= 7.0.8.4)
61+
activesupport (= 7.0.8.4)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8)
64+
activesupport (7.0.8.4)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -91,12 +91,12 @@ GEM
9191
railties (>= 6.1)
9292
safely_block (>= 0.4)
9393
bson (4.15.0)
94-
builder (3.2.4)
94+
builder (3.3.0)
9595
cassandra-driver (3.2.5)
9696
ione (~> 1.2)
9797
chartkick (5.0.4)
9898
cmdstan (0.3.0)
99-
concurrent-ruby (1.2.2)
99+
concurrent-ruby (1.3.3)
100100
crass (1.0.6)
101101
date (3.3.4)
102102
declarative (0.0.20)
@@ -109,7 +109,7 @@ GEM
109109
elasticsearch-transport (7.5.0)
110110
faraday (>= 0.14, < 1)
111111
multi_json
112-
erubi (1.12.0)
112+
erubi (1.13.0)
113113
ethon (0.16.0)
114114
ffi (>= 1.15.0)
115115
faraday (0.17.6)
@@ -155,7 +155,7 @@ GEM
155155
hexspace (0.2.1)
156156
thrift (>= 0.18)
157157
httpclient (2.8.3)
158-
i18n (1.14.1)
158+
i18n (1.14.5)
159159
concurrent-ruby (~> 1.0)
160160
ignite-client (0.2.0)
161161
ione (1.2.5)
@@ -170,17 +170,17 @@ GEM
170170
net-imap
171171
net-pop
172172
net-smtp
173-
marcel (1.0.2)
174-
method_source (1.0.0)
173+
marcel (1.0.4)
174+
method_source (1.1.0)
175175
mini_mime (1.1.5)
176-
mini_portile2 (2.8.5)
177-
minitest (5.20.0)
176+
mini_portile2 (2.8.7)
177+
minitest (5.24.1)
178178
mongo (2.19.3)
179179
bson (>= 4.14.1, < 5.0.0)
180180
msgpack (1.7.2)
181181
multi_json (1.15.0)
182182
multipart-post (2.3.0)
183-
mysql2 (0.5.5)
183+
mysql2 (0.5.6)
184184
neo4j-core (9.0.0)
185185
activesupport (>= 4.0)
186186
faraday (>= 0.9.0)
@@ -191,18 +191,18 @@ GEM
191191
multi_json
192192
net_tcp_client (>= 2.0.1)
193193
typhoeus (>= 1.1.2)
194-
net-imap (0.4.6)
194+
net-imap (0.4.14)
195195
date
196196
net-protocol
197197
net-pop (0.1.2)
198198
net-protocol
199199
net-protocol (0.2.2)
200200
timeout
201-
net-smtp (0.4.0)
201+
net-smtp (0.5.0)
202202
net-protocol
203203
net_tcp_client (2.2.1)
204-
nio4r (2.6.1)
205-
nokogiri (1.15.5)
204+
nio4r (2.7.3)
205+
nokogiri (1.16.6)
206206
mini_portile2 (~> 2.8.2)
207207
racc (~> 1.4)
208208
numo-narray (0.9.2.1)
@@ -217,41 +217,41 @@ GEM
217217
numo-narray (>= 0.9.1.7)
218218
rover-df
219219
public_suffix (5.0.4)
220-
puma (6.4.0)
220+
puma (6.4.2)
221221
nio4r (~> 2.0)
222-
racc (1.7.3)
223-
rack (2.2.8)
222+
racc (1.8.0)
223+
rack (2.2.9)
224224
rack-test (2.1.0)
225225
rack (>= 1.3)
226-
rails (7.0.8)
227-
actioncable (= 7.0.8)
228-
actionmailbox (= 7.0.8)
229-
actionmailer (= 7.0.8)
230-
actionpack (= 7.0.8)
231-
actiontext (= 7.0.8)
232-
actionview (= 7.0.8)
233-
activejob (= 7.0.8)
234-
activemodel (= 7.0.8)
235-
activerecord (= 7.0.8)
236-
activestorage (= 7.0.8)
237-
activesupport (= 7.0.8)
226+
rails (7.0.8.4)
227+
actioncable (= 7.0.8.4)
228+
actionmailbox (= 7.0.8.4)
229+
actionmailer (= 7.0.8.4)
230+
actionpack (= 7.0.8.4)
231+
actiontext (= 7.0.8.4)
232+
actionview (= 7.0.8.4)
233+
activejob (= 7.0.8.4)
234+
activemodel (= 7.0.8.4)
235+
activerecord (= 7.0.8.4)
236+
activestorage (= 7.0.8.4)
237+
activesupport (= 7.0.8.4)
238238
bundler (>= 1.15.0)
239-
railties (= 7.0.8)
239+
railties (= 7.0.8.4)
240240
rails-dom-testing (2.2.0)
241241
activesupport (>= 5.0.0)
242242
minitest
243243
nokogiri (>= 1.6)
244244
rails-html-sanitizer (1.6.0)
245245
loofah (~> 2.21)
246246
nokogiri (~> 1.14)
247-
railties (7.0.8)
248-
actionpack (= 7.0.8)
249-
activesupport (= 7.0.8)
247+
railties (7.0.8.4)
248+
actionpack (= 7.0.8.4)
249+
activesupport (= 7.0.8.4)
250250
method_source
251251
rake (>= 12.2)
252252
thor (~> 1.0)
253253
zeitwerk (~> 2.5)
254-
rake (13.1.0)
254+
rake (13.2.1)
255255
representable (3.2.0)
256256
declarative (< 0.1.0)
257257
trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -262,7 +262,8 @@ GEM
262262
hashie (>= 1.2.0, < 6.0)
263263
jwt (>= 1.5.6)
264264
retriable (3.1.2)
265-
rexml (3.2.6)
265+
rexml (3.3.1)
266+
strscan
266267
rice (4.1.0)
267268
rover-df (0.3.4)
268269
numo-narray (>= 0.9.1.9)
@@ -279,7 +280,8 @@ GEM
279280
actionpack (>= 5.2)
280281
activesupport (>= 5.2)
281282
sprockets (>= 3.0.0)
282-
thor (1.3.0)
283+
strscan (3.1.0)
284+
thor (1.3.1)
283285
thrift (0.19.0)
284286
timeout (0.4.1)
285287
trailblazer-option (0.1.2)
@@ -296,7 +298,7 @@ GEM
296298
websocket-driver (0.7.6)
297299
websocket-extensions (>= 0.1.0)
298300
websocket-extensions (0.1.5)
299-
zeitwerk (2.6.12)
301+
zeitwerk (2.6.16)
300302

301303
PLATFORMS
302304
ruby
@@ -327,4 +329,4 @@ DEPENDENCIES
327329
uri (>= 0.12.2)
328330

329331
BUNDLED WITH
330-
2.4.6
332+
2.4.19

0 commit comments

Comments
 (0)