Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7ac237f

Browse files
committedJun 7, 2024·
Update dependencies
1 parent 2696d29 commit 7ac237f

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed
 

‎Gemfile.lock

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.3.3)
5-
actionpack (= 7.1.3.3)
6-
activesupport (= 7.1.3.3)
4+
actioncable (7.1.3.4)
5+
actionpack (= 7.1.3.4)
6+
activesupport (= 7.1.3.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.3.3)
11-
actionpack (= 7.1.3.3)
12-
activejob (= 7.1.3.3)
13-
activerecord (= 7.1.3.3)
14-
activestorage (= 7.1.3.3)
15-
activesupport (= 7.1.3.3)
10+
actionmailbox (7.1.3.4)
11+
actionpack (= 7.1.3.4)
12+
activejob (= 7.1.3.4)
13+
activerecord (= 7.1.3.4)
14+
activestorage (= 7.1.3.4)
15+
activesupport (= 7.1.3.4)
1616
mail (>= 2.7.1)
1717
net-imap
1818
net-pop
1919
net-smtp
20-
actionmailer (7.1.3.3)
21-
actionpack (= 7.1.3.3)
22-
actionview (= 7.1.3.3)
23-
activejob (= 7.1.3.3)
24-
activesupport (= 7.1.3.3)
20+
actionmailer (7.1.3.4)
21+
actionpack (= 7.1.3.4)
22+
actionview (= 7.1.3.4)
23+
activejob (= 7.1.3.4)
24+
activesupport (= 7.1.3.4)
2525
mail (~> 2.5, >= 2.5.4)
2626
net-imap
2727
net-pop
2828
net-smtp
2929
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.3.3)
31-
actionview (= 7.1.3.3)
32-
activesupport (= 7.1.3.3)
30+
actionpack (7.1.3.4)
31+
actionview (= 7.1.3.4)
32+
activesupport (= 7.1.3.4)
3333
nokogiri (>= 1.8.5)
3434
racc
3535
rack (>= 2.2.4)
3636
rack-session (>= 1.0.1)
3737
rack-test (>= 0.6.3)
3838
rails-dom-testing (~> 2.2)
3939
rails-html-sanitizer (~> 1.6)
40-
actiontext (7.1.3.3)
41-
actionpack (= 7.1.3.3)
42-
activerecord (= 7.1.3.3)
43-
activestorage (= 7.1.3.3)
44-
activesupport (= 7.1.3.3)
40+
actiontext (7.1.3.4)
41+
actionpack (= 7.1.3.4)
42+
activerecord (= 7.1.3.4)
43+
activestorage (= 7.1.3.4)
44+
activesupport (= 7.1.3.4)
4545
globalid (>= 0.6.0)
4646
nokogiri (>= 1.8.5)
47-
actionview (7.1.3.3)
48-
activesupport (= 7.1.3.3)
47+
actionview (7.1.3.4)
48+
activesupport (= 7.1.3.4)
4949
builder (~> 3.1)
5050
erubi (~> 1.11)
5151
rails-dom-testing (~> 2.2)
5252
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.3.3)
54-
activesupport (= 7.1.3.3)
53+
activejob (7.1.3.4)
54+
activesupport (= 7.1.3.4)
5555
globalid (>= 0.3.6)
56-
activemodel (7.1.3.3)
57-
activesupport (= 7.1.3.3)
58-
activerecord (7.1.3.3)
59-
activemodel (= 7.1.3.3)
60-
activesupport (= 7.1.3.3)
56+
activemodel (7.1.3.4)
57+
activesupport (= 7.1.3.4)
58+
activerecord (7.1.3.4)
59+
activemodel (= 7.1.3.4)
60+
activesupport (= 7.1.3.4)
6161
timeout (>= 0.4.0)
62-
activestorage (7.1.3.3)
63-
actionpack (= 7.1.3.3)
64-
activejob (= 7.1.3.3)
65-
activerecord (= 7.1.3.3)
66-
activesupport (= 7.1.3.3)
62+
activestorage (7.1.3.4)
63+
actionpack (= 7.1.3.4)
64+
activejob (= 7.1.3.4)
65+
activerecord (= 7.1.3.4)
66+
activesupport (= 7.1.3.4)
6767
marcel (~> 1.0)
68-
activesupport (7.1.3.3)
68+
activesupport (7.1.3.4)
6969
base64
7070
bigdecimal
7171
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -87,7 +87,7 @@ GEM
8787
bootstrap (5.3.3)
8888
autoprefixer-rails (>= 9.1.0)
8989
popper_js (>= 2.11.8, < 3)
90-
builder (3.2.4)
90+
builder (3.3.0)
9191
chartkick (5.0.7)
9292
commonmarker (1.1.4)
9393
rb_sys (~> 0.9)
@@ -117,7 +117,7 @@ GEM
117117
ethon (0.16.0)
118118
ffi (>= 1.15.0)
119119
execjs (2.9.1)
120-
faraday (2.9.0)
120+
faraday (2.9.1)
121121
faraday-net_http (>= 2.0, < 3.2)
122122
faraday-follow_redirects (0.3.0)
123123
faraday (>= 1, < 3)
@@ -137,19 +137,19 @@ GEM
137137
fuzzy_match (2.1.0)
138138
globalid (1.2.1)
139139
activesupport (>= 6.1)
140-
google-protobuf (4.27.0)
140+
google-protobuf (4.27.1)
141141
bigdecimal
142142
rake (>= 13)
143-
google-protobuf (4.27.0-aarch64-linux)
143+
google-protobuf (4.27.1-aarch64-linux)
144144
bigdecimal
145145
rake (>= 13)
146-
google-protobuf (4.27.0-arm64-darwin)
146+
google-protobuf (4.27.1-arm64-darwin)
147147
bigdecimal
148148
rake (>= 13)
149-
google-protobuf (4.27.0-x86_64-darwin)
149+
google-protobuf (4.27.1-x86_64-darwin)
150150
bigdecimal
151151
rake (>= 13)
152-
google-protobuf (4.27.0-x86_64-linux)
152+
google-protobuf (4.27.1-x86_64-linux)
153153
bigdecimal
154154
rake (>= 13)
155155
groupdate (6.4.0)
@@ -213,7 +213,7 @@ GEM
213213
faraday (>= 1, < 3)
214214
sawyer (~> 0.9)
215215
packageurl-ruby (0.1.0)
216-
pagy (8.4.1)
216+
pagy (8.4.4)
217217
pg (1.5.6)
218218
pg_query (5.1.0)
219219
google-protobuf (>= 3.22.3)
@@ -241,20 +241,20 @@ GEM
241241
rackup (2.1.0)
242242
rack (>= 3)
243243
webrick (~> 1.8)
244-
rails (7.1.3.3)
245-
actioncable (= 7.1.3.3)
246-
actionmailbox (= 7.1.3.3)
247-
actionmailer (= 7.1.3.3)
248-
actionpack (= 7.1.3.3)
249-
actiontext (= 7.1.3.3)
250-
actionview (= 7.1.3.3)
251-
activejob (= 7.1.3.3)
252-
activemodel (= 7.1.3.3)
253-
activerecord (= 7.1.3.3)
254-
activestorage (= 7.1.3.3)
255-
activesupport (= 7.1.3.3)
244+
rails (7.1.3.4)
245+
actioncable (= 7.1.3.4)
246+
actionmailbox (= 7.1.3.4)
247+
actionmailer (= 7.1.3.4)
248+
actionpack (= 7.1.3.4)
249+
actiontext (= 7.1.3.4)
250+
actionview (= 7.1.3.4)
251+
activejob (= 7.1.3.4)
252+
activemodel (= 7.1.3.4)
253+
activerecord (= 7.1.3.4)
254+
activestorage (= 7.1.3.4)
255+
activesupport (= 7.1.3.4)
256256
bundler (>= 1.15.0)
257-
railties (= 7.1.3.3)
257+
railties (= 7.1.3.4)
258258
rails-controller-testing (1.0.5)
259259
actionpack (>= 5.0.1.rc1)
260260
actionview (>= 5.0.1.rc1)
@@ -266,9 +266,9 @@ GEM
266266
rails-html-sanitizer (1.6.0)
267267
loofah (~> 2.21)
268268
nokogiri (~> 1.14)
269-
railties (7.1.3.3)
270-
actionpack (= 7.1.3.3)
271-
activesupport (= 7.1.3.3)
269+
railties (7.1.3.4)
270+
actionpack (= 7.1.3.4)
271+
activesupport (= 7.1.3.4)
272272
irb
273273
rackup (>= 1.0.0)
274274
rake (>= 12.2)
@@ -313,9 +313,9 @@ GEM
313313
sprockets (4.2.1)
314314
concurrent-ruby (~> 1.0)
315315
rack (>= 2.2.4, < 4)
316-
sprockets-rails (3.4.2)
317-
actionpack (>= 5.2)
318-
activesupport (>= 5.2)
316+
sprockets-rails (3.5.0)
317+
actionpack (>= 6.1)
318+
activesupport (>= 6.1)
319319
sprockets (>= 3.0.0)
320320
stringio (3.1.0)
321321
strscan (3.1.0)

0 commit comments

Comments
 (0)
Please sign in to comment.