Skip to content

Commit 0f37da0

Browse files
Bump activerecord from 5.2.0 to 7.0.7
Bumps [activerecord](https://github.com/rails/rails) from 5.2.0 to 7.0.7. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.7/activerecord/CHANGELOG.md) - [Commits](rails/rails@v5.2.0...v7.0.7) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f89fd20 commit 0f37da0

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

Gemfile.lock

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,23 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
activemodel (5.2.0)
10-
activesupport (= 5.2.0)
11-
activerecord (5.2.0)
12-
activemodel (= 5.2.0)
13-
activesupport (= 5.2.0)
14-
arel (>= 9.0)
15-
activesupport (5.2.0)
9+
activemodel (7.0.7)
10+
activesupport (= 7.0.7)
11+
activerecord (7.0.7)
12+
activemodel (= 7.0.7)
13+
activesupport (= 7.0.7)
14+
activesupport (7.0.7)
1615
concurrent-ruby (~> 1.0, >= 1.0.2)
17-
i18n (>= 0.7, < 2)
18-
minitest (~> 5.1)
19-
tzinfo (~> 1.1)
20-
arel (9.0.0)
16+
i18n (>= 1.6, < 2)
17+
minitest (>= 5.1)
18+
tzinfo (~> 2.0)
2119
coderay (1.1.2)
22-
concurrent-ruby (1.0.5)
20+
concurrent-ruby (1.2.2)
2321
diff-lcs (1.2.5)
24-
i18n (1.0.0)
22+
i18n (1.14.1)
2523
concurrent-ruby (~> 1.0)
2624
method_source (0.9.0)
27-
minitest (5.11.3)
25+
minitest (5.19.0)
2826
pry (0.11.3)
2927
coderay (~> 1.1.0)
3028
method_source (~> 0.9.0)
@@ -42,9 +40,8 @@ GEM
4240
rspec-support (~> 3.0.0)
4341
rspec-support (3.0.0)
4442
sqlite3 (1.3.13)
45-
thread_safe (0.3.6)
46-
tzinfo (1.2.10)
47-
thread_safe (~> 0.1)
43+
tzinfo (2.0.6)
44+
concurrent-ruby (~> 1.0)
4845

4946
PLATFORMS
5047
ruby

0 commit comments

Comments
 (0)