Skip to content

Commit b41246a

Browse files
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] <[email protected]>
1 parent aab023c commit b41246a

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

Gemfile.lock

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,73 @@
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)
6868
activestorage-validator (0.4.0)
6969
rails (>= 6.1.0)
70-
activesupport (7.1.5.1)
70+
activesupport (7.1.5.2)
7171
base64
7272
benchmark (>= 0.3)
7373
bigdecimal
@@ -133,7 +133,7 @@ GEM
133133
thread_safe (~> 0.3, >= 0.3.1)
134134
backport (1.2.0)
135135
base64 (0.2.0)
136-
benchmark (0.4.0)
136+
benchmark (0.4.1)
137137
better_errors (2.10.1)
138138
erubi (>= 1.0.0)
139139
rack (>= 0.9.0)
@@ -145,7 +145,7 @@ GEM
145145
erubi (~> 1.4)
146146
parser (>= 2.4)
147147
smart_properties
148-
bigdecimal (3.1.9)
148+
bigdecimal (3.2.2)
149149
bindex (0.8.1)
150150
binding_of_caller (1.0.0)
151151
debug_inspector (>= 0.0.1)
@@ -202,7 +202,7 @@ GEM
202202
dotenv-rails (3.1.4)
203203
dotenv (= 3.1.4)
204204
railties (>= 6.1)
205-
drb (2.2.1)
205+
drb (2.2.3)
206206
dry-configurable (1.2.0)
207207
dry-core (~> 1.0, < 2)
208208
zeitwerk (~> 2.6)
@@ -356,7 +356,7 @@ GEM
356356
listen (3.8.0)
357357
rb-fsevent (~> 0.10, >= 0.10.3)
358358
rb-inotify (~> 0.9, >= 0.9.10)
359-
logger (1.6.6)
359+
logger (1.7.0)
360360
lograge (0.13.0)
361361
actionpack (>= 4)
362362
activesupport (>= 4)
@@ -483,20 +483,20 @@ GEM
483483
rack (>= 1.3)
484484
rackup (2.2.1)
485485
rack (>= 3)
486-
rails (7.1.5.1)
487-
actioncable (= 7.1.5.1)
488-
actionmailbox (= 7.1.5.1)
489-
actionmailer (= 7.1.5.1)
490-
actionpack (= 7.1.5.1)
491-
actiontext (= 7.1.5.1)
492-
actionview (= 7.1.5.1)
493-
activejob (= 7.1.5.1)
494-
activemodel (= 7.1.5.1)
495-
activerecord (= 7.1.5.1)
496-
activestorage (= 7.1.5.1)
497-
activesupport (= 7.1.5.1)
486+
rails (7.1.5.2)
487+
actioncable (= 7.1.5.2)
488+
actionmailbox (= 7.1.5.2)
489+
actionmailer (= 7.1.5.2)
490+
actionpack (= 7.1.5.2)
491+
actiontext (= 7.1.5.2)
492+
actionview (= 7.1.5.2)
493+
activejob (= 7.1.5.2)
494+
activemodel (= 7.1.5.2)
495+
activerecord (= 7.1.5.2)
496+
activestorage (= 7.1.5.2)
497+
activesupport (= 7.1.5.2)
498498
bundler (>= 1.15.0)
499-
railties (= 7.1.5.1)
499+
railties (= 7.1.5.2)
500500
rails-controller-testing (1.0.5)
501501
actionpack (>= 5.0.1.rc1)
502502
actionview (>= 5.0.1.rc1)
@@ -516,9 +516,9 @@ GEM
516516
rails-html-sanitizer (1.6.2)
517517
loofah (~> 2.21)
518518
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)
519-
railties (7.1.5.1)
520-
actionpack (= 7.1.5.1)
521-
activesupport (= 7.1.5.1)
519+
railties (7.1.5.2)
520+
actionpack (= 7.1.5.2)
521+
activesupport (= 7.1.5.2)
522522
irb
523523
rackup (>= 1.0.0)
524524
rake (>= 12.2)

0 commit comments

Comments
 (0)