Skip to content

Commit a1c990b

Browse files
build(deps): bump activerecord from 7.2.2.1 to 7.2.2.2 (#809)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abf149a commit a1c990b

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed

Gemfile.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2.1)
5-
actionpack (= 7.2.2.1)
6-
activesupport (= 7.2.2.1)
4+
actioncable (7.2.2.2)
5+
actionpack (= 7.2.2.2)
6+
activesupport (= 7.2.2.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2.1)
11-
actionpack (= 7.2.2.1)
12-
activejob (= 7.2.2.1)
13-
activerecord (= 7.2.2.1)
14-
activestorage (= 7.2.2.1)
15-
activesupport (= 7.2.2.1)
10+
actionmailbox (7.2.2.2)
11+
actionpack (= 7.2.2.2)
12+
activejob (= 7.2.2.2)
13+
activerecord (= 7.2.2.2)
14+
activestorage (= 7.2.2.2)
15+
activesupport (= 7.2.2.2)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2.1)
18-
actionpack (= 7.2.2.1)
19-
actionview (= 7.2.2.1)
20-
activejob (= 7.2.2.1)
21-
activesupport (= 7.2.2.1)
17+
actionmailer (7.2.2.2)
18+
actionpack (= 7.2.2.2)
19+
actionview (= 7.2.2.2)
20+
activejob (= 7.2.2.2)
21+
activesupport (= 7.2.2.2)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.1)
25-
actionview (= 7.2.2.1)
26-
activesupport (= 7.2.2.1)
24+
actionpack (7.2.2.2)
25+
actionview (= 7.2.2.2)
26+
activesupport (= 7.2.2.2)
2727
nokogiri (>= 1.8.5)
2828
racc
2929
rack (>= 2.2.4, < 3.2)
@@ -32,15 +32,15 @@ GEM
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (7.2.2.1)
36-
actionpack (= 7.2.2.1)
37-
activerecord (= 7.2.2.1)
38-
activestorage (= 7.2.2.1)
39-
activesupport (= 7.2.2.1)
35+
actiontext (7.2.2.2)
36+
actionpack (= 7.2.2.2)
37+
activerecord (= 7.2.2.2)
38+
activestorage (= 7.2.2.2)
39+
activesupport (= 7.2.2.2)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.1)
43-
activesupport (= 7.2.2.1)
42+
actionview (7.2.2.2)
43+
activesupport (= 7.2.2.2)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
@@ -60,22 +60,22 @@ GEM
6060
kaminari (>= 1.2.1)
6161
railties (>= 6.1)
6262
ransack (>= 4.0)
63-
activejob (7.2.2.1)
64-
activesupport (= 7.2.2.1)
63+
activejob (7.2.2.2)
64+
activesupport (= 7.2.2.2)
6565
globalid (>= 0.3.6)
66-
activemodel (7.2.2.1)
67-
activesupport (= 7.2.2.1)
68-
activerecord (7.2.2.1)
69-
activemodel (= 7.2.2.1)
70-
activesupport (= 7.2.2.1)
66+
activemodel (7.2.2.2)
67+
activesupport (= 7.2.2.2)
68+
activerecord (7.2.2.2)
69+
activemodel (= 7.2.2.2)
70+
activesupport (= 7.2.2.2)
7171
timeout (>= 0.4.0)
72-
activestorage (7.2.2.1)
73-
actionpack (= 7.2.2.1)
74-
activejob (= 7.2.2.1)
75-
activerecord (= 7.2.2.1)
76-
activesupport (= 7.2.2.1)
72+
activestorage (7.2.2.2)
73+
actionpack (= 7.2.2.2)
74+
activejob (= 7.2.2.2)
75+
activerecord (= 7.2.2.2)
76+
activesupport (= 7.2.2.2)
7777
marcel (~> 1.0)
78-
activesupport (7.2.2.1)
78+
activesupport (7.2.2.2)
7979
base64
8080
benchmark (>= 0.3)
8181
bigdecimal
@@ -111,10 +111,10 @@ GEM
111111
aws-sigv4 (~> 1.5)
112112
aws-sigv4 (1.10.1)
113113
aws-eventstream (~> 1, >= 1.0.2)
114-
base64 (0.2.0)
114+
base64 (0.3.0)
115115
bcrypt (3.1.20)
116-
benchmark (0.4.0)
117-
bigdecimal (3.1.9)
116+
benchmark (0.4.1)
117+
bigdecimal (3.2.2)
118118
bindex (0.8.1)
119119
bootsnap (1.18.4)
120120
msgpack (~> 1.2)
@@ -133,7 +133,7 @@ GEM
133133
regexp_parser (>= 1.5, < 3.0)
134134
xpath (~> 3.2)
135135
concurrent-ruby (1.3.5)
136-
connection_pool (2.5.0)
136+
connection_pool (2.5.3)
137137
crass (1.0.6)
138138
csv (3.3.2)
139139
database_cleaner (2.1.0)
@@ -157,7 +157,7 @@ GEM
157157
dotenv-rails (3.1.7)
158158
dotenv (= 3.1.7)
159159
railties (>= 6.1)
160-
drb (2.2.1)
160+
drb (2.2.3)
161161
erubi (1.13.1)
162162
et-orbi (1.2.11)
163163
tzinfo
@@ -222,7 +222,7 @@ GEM
222222
letter_opener (1.7.0)
223223
launchy (~> 2.2)
224224
lint_roller (1.1.0)
225-
logger (1.6.6)
225+
logger (1.7.0)
226226
loofah (2.24.0)
227227
crass (~> 1.0.2)
228228
nokogiri (>= 1.12.0)
@@ -291,20 +291,20 @@ GEM
291291
rackup (1.0.1)
292292
rack (< 3)
293293
webrick
294-
rails (7.2.2.1)
295-
actioncable (= 7.2.2.1)
296-
actionmailbox (= 7.2.2.1)
297-
actionmailer (= 7.2.2.1)
298-
actionpack (= 7.2.2.1)
299-
actiontext (= 7.2.2.1)
300-
actionview (= 7.2.2.1)
301-
activejob (= 7.2.2.1)
302-
activemodel (= 7.2.2.1)
303-
activerecord (= 7.2.2.1)
304-
activestorage (= 7.2.2.1)
305-
activesupport (= 7.2.2.1)
294+
rails (7.2.2.2)
295+
actioncable (= 7.2.2.2)
296+
actionmailbox (= 7.2.2.2)
297+
actionmailer (= 7.2.2.2)
298+
actionpack (= 7.2.2.2)
299+
actiontext (= 7.2.2.2)
300+
actionview (= 7.2.2.2)
301+
activejob (= 7.2.2.2)
302+
activemodel (= 7.2.2.2)
303+
activerecord (= 7.2.2.2)
304+
activestorage (= 7.2.2.2)
305+
activesupport (= 7.2.2.2)
306306
bundler (>= 1.15.0)
307-
railties (= 7.2.2.1)
307+
railties (= 7.2.2.2)
308308
rails-controller-testing (1.0.5)
309309
actionpack (>= 5.0.1.rc1)
310310
actionview (>= 5.0.1.rc1)
@@ -319,9 +319,9 @@ GEM
319319
rails-i18n (7.0.10)
320320
i18n (>= 0.7, < 2)
321321
railties (>= 6.0.0, < 8)
322-
railties (7.2.2.1)
323-
actionpack (= 7.2.2.1)
324-
activesupport (= 7.2.2.1)
322+
railties (7.2.2.2)
323+
actionpack (= 7.2.2.2)
324+
activesupport (= 7.2.2.2)
325325
irb (~> 1.13)
326326
rackup (>= 1.0.0)
327327
rake (>= 12.2)

0 commit comments

Comments
 (0)