Skip to content

Commit 937befc

Browse files
chore(deps): bump activerecord from 7.1.5.1 to 7.1.5.2
Bumps [activerecord](https://github.com/rails/rails) from 7.1.5.1 to 7.1.5.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2.1/activerecord/CHANGELOG.md) - [Commits](rails/rails@v7.1.5.1...v7.1.5.2) --- updated-dependencies: - dependency-name: activerecord dependency-version: 7.1.5.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 951c7c8 commit 937befc

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

Gemfile.lock

Lines changed: 54 additions & 54 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.5.1)
5-
actionpack (= 7.1.5.1)
6-
activesupport (= 7.1.5.1)
4+
actioncable (7.1.5.2)
5+
actionpack (= 7.1.5.2)
6+
activesupport (= 7.1.5.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.5.1)
11-
actionpack (= 7.1.5.1)
12-
activejob (= 7.1.5.1)
13-
activerecord (= 7.1.5.1)
14-
activestorage (= 7.1.5.1)
15-
activesupport (= 7.1.5.1)
10+
actionmailbox (7.1.5.2)
11+
actionpack (= 7.1.5.2)
12+
activejob (= 7.1.5.2)
13+
activerecord (= 7.1.5.2)
14+
activestorage (= 7.1.5.2)
15+
activesupport (= 7.1.5.2)
1616
mail (>= 2.7.1)
1717
net-imap
1818
net-pop
1919
net-smtp
20-
actionmailer (7.1.5.1)
21-
actionpack (= 7.1.5.1)
22-
actionview (= 7.1.5.1)
23-
activejob (= 7.1.5.1)
24-
activesupport (= 7.1.5.1)
20+
actionmailer (7.1.5.2)
21+
actionpack (= 7.1.5.2)
22+
actionview (= 7.1.5.2)
23+
activejob (= 7.1.5.2)
24+
activesupport (= 7.1.5.2)
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.5.1)
31-
actionview (= 7.1.5.1)
32-
activesupport (= 7.1.5.1)
30+
actionpack (7.1.5.2)
31+
actionview (= 7.1.5.2)
32+
activesupport (= 7.1.5.2)
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.5.1)
41-
actionpack (= 7.1.5.1)
42-
activerecord (= 7.1.5.1)
43-
activestorage (= 7.1.5.1)
44-
activesupport (= 7.1.5.1)
40+
actiontext (7.1.5.2)
41+
actionpack (= 7.1.5.2)
42+
activerecord (= 7.1.5.2)
43+
activestorage (= 7.1.5.2)
44+
activesupport (= 7.1.5.2)
4545
globalid (>= 0.6.0)
4646
nokogiri (>= 1.8.5)
47-
actionview (7.1.5.1)
48-
activesupport (= 7.1.5.1)
47+
actionview (7.1.5.2)
48+
activesupport (= 7.1.5.2)
4949
builder (~> 3.1)
5050
erubi (~> 1.11)
5151
rails-dom-testing (~> 2.2)
5252
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.5.1)
54-
activesupport (= 7.1.5.1)
53+
activejob (7.1.5.2)
54+
activesupport (= 7.1.5.2)
5555
globalid (>= 0.3.6)
56-
activemodel (7.1.5.1)
57-
activesupport (= 7.1.5.1)
58-
activerecord (7.1.5.1)
59-
activemodel (= 7.1.5.1)
60-
activesupport (= 7.1.5.1)
56+
activemodel (7.1.5.2)
57+
activesupport (= 7.1.5.2)
58+
activerecord (7.1.5.2)
59+
activemodel (= 7.1.5.2)
60+
activesupport (= 7.1.5.2)
6161
timeout (>= 0.4.0)
62-
activestorage (7.1.5.1)
63-
actionpack (= 7.1.5.1)
64-
activejob (= 7.1.5.1)
65-
activerecord (= 7.1.5.1)
66-
activesupport (= 7.1.5.1)
62+
activestorage (7.1.5.2)
63+
actionpack (= 7.1.5.2)
64+
activejob (= 7.1.5.2)
65+
activerecord (= 7.1.5.2)
66+
activesupport (= 7.1.5.2)
6767
marcel (~> 1.0)
68-
activesupport (7.1.5.1)
68+
activesupport (7.1.5.2)
6969
base64
7070
benchmark (>= 0.3)
7171
bigdecimal
@@ -157,7 +157,7 @@ GEM
157157
commonmarker (2.3.2)
158158
rb_sys (~> 0.9)
159159
concurrent-ruby (1.3.5)
160-
connection_pool (2.5.3)
160+
connection_pool (2.5.4)
161161
crass (1.0.6)
162162
css_parser (1.14.0)
163163
addressable
@@ -375,20 +375,20 @@ GEM
375375
rack (>= 1.3)
376376
rackup (2.2.1)
377377
rack (>= 3)
378-
rails (7.1.5.1)
379-
actioncable (= 7.1.5.1)
380-
actionmailbox (= 7.1.5.1)
381-
actionmailer (= 7.1.5.1)
382-
actionpack (= 7.1.5.1)
383-
actiontext (= 7.1.5.1)
384-
actionview (= 7.1.5.1)
385-
activejob (= 7.1.5.1)
386-
activemodel (= 7.1.5.1)
387-
activerecord (= 7.1.5.1)
388-
activestorage (= 7.1.5.1)
389-
activesupport (= 7.1.5.1)
378+
rails (7.1.5.2)
379+
actioncable (= 7.1.5.2)
380+
actionmailbox (= 7.1.5.2)
381+
actionmailer (= 7.1.5.2)
382+
actionpack (= 7.1.5.2)
383+
actiontext (= 7.1.5.2)
384+
actionview (= 7.1.5.2)
385+
activejob (= 7.1.5.2)
386+
activemodel (= 7.1.5.2)
387+
activerecord (= 7.1.5.2)
388+
activestorage (= 7.1.5.2)
389+
activesupport (= 7.1.5.2)
390390
bundler (>= 1.15.0)
391-
railties (= 7.1.5.1)
391+
railties (= 7.1.5.2)
392392
rails-dom-testing (2.3.0)
393393
activesupport (>= 5.0.0)
394394
minitest
@@ -402,9 +402,9 @@ GEM
402402
rack
403403
railties (>= 5.1)
404404
semantic_logger (~> 4.16)
405-
railties (7.1.5.1)
406-
actionpack (= 7.1.5.1)
407-
activesupport (= 7.1.5.1)
405+
railties (7.1.5.2)
406+
actionpack (= 7.1.5.2)
407+
activesupport (= 7.1.5.2)
408408
irb
409409
rackup (>= 1.0.0)
410410
rake (>= 12.2)

0 commit comments

Comments
 (0)