Skip to content

Commit 86ee641

Browse files
dependabot[bot]lfittl
authored andcommitted
Bump activerecord from 7.2.1 to 7.2.2.2
Bumps [activerecord](https://github.com/rails/rails) from 7.2.1 to 7.2.2.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.2.1...v7.2.2.2) --- updated-dependencies: - dependency-name: activerecord dependency-version: 7.2.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e763d10 commit 86ee641

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

Gemfile.lock

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (7.2.1)
11-
activesupport (= 7.2.1)
12-
activerecord (7.2.1)
13-
activemodel (= 7.2.1)
14-
activesupport (= 7.2.1)
10+
activemodel (7.2.2.2)
11+
activesupport (= 7.2.2.2)
12+
activerecord (7.2.2.2)
13+
activemodel (= 7.2.2.2)
14+
activesupport (= 7.2.2.2)
1515
timeout (>= 0.4.0)
16-
activesupport (7.2.1)
16+
activesupport (7.2.2.2)
1717
base64
18+
benchmark (>= 0.3)
1819
bigdecimal
1920
concurrent-ruby (~> 1.0, >= 1.3.1)
2021
connection_pool (>= 2.2.5)
@@ -24,18 +25,19 @@ GEM
2425
minitest (>= 5.1)
2526
securerandom (>= 0.3)
2627
tzinfo (~> 2.0, >= 2.0.5)
27-
base64 (0.2.0)
28-
bigdecimal (3.1.8)
29-
concurrent-ruby (1.3.4)
30-
connection_pool (2.4.1)
31-
drb (2.2.1)
32-
i18n (1.14.5)
28+
base64 (0.3.0)
29+
benchmark (0.4.1)
30+
bigdecimal (3.2.2)
31+
concurrent-ruby (1.3.5)
32+
connection_pool (2.5.3)
33+
drb (2.2.3)
34+
i18n (1.14.7)
3335
concurrent-ruby (~> 1.0)
34-
logger (1.6.1)
35-
minitest (5.25.1)
36+
logger (1.7.0)
37+
minitest (5.25.5)
3638
rake (13.2.1)
37-
securerandom (0.3.1)
38-
timeout (0.4.1)
39+
securerandom (0.4.1)
40+
timeout (0.4.3)
3941
tzinfo (2.0.6)
4042
concurrent-ruby (~> 1.0)
4143

0 commit comments

Comments
 (0)