Skip to content

Commit eff8e3e

Browse files
Bump activerecord from 7.0.2.2 to 7.0.3.1 in /tests/ruby (#94)
Bumps [activerecord](https://github.com/rails/rails) from 7.0.2.2 to 7.0.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activerecord/CHANGELOG.md) - [Commits](rails/rails@v7.0.2.2...v7.0.3.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae3db11 commit eff8e3e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tests/ruby/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (7.0.2.2)
5-
activesupport (= 7.0.2.2)
6-
activerecord (7.0.2.2)
7-
activemodel (= 7.0.2.2)
8-
activesupport (= 7.0.2.2)
9-
activesupport (7.0.2.2)
4+
activemodel (7.0.3.1)
5+
activesupport (= 7.0.3.1)
6+
activerecord (7.0.3.1)
7+
activemodel (= 7.0.3.1)
8+
activesupport (= 7.0.3.1)
9+
activesupport (7.0.3.1)
1010
concurrent-ruby (~> 1.0, >= 1.0.2)
1111
i18n (>= 1.6, < 2)
1212
minitest (>= 5.1)
1313
tzinfo (~> 2.0)
1414
ast (2.4.2)
15-
concurrent-ruby (1.1.9)
16-
i18n (1.10.0)
15+
concurrent-ruby (1.1.10)
16+
i18n (1.11.0)
1717
concurrent-ruby (~> 1.0)
18-
minitest (5.15.0)
18+
minitest (5.16.2)
1919
parallel (1.22.1)
2020
parser (3.1.2.0)
2121
ast (~> 2.4.1)

0 commit comments

Comments
 (0)