Skip to content

Commit e6634ef

Browse files
chore(deps): bump activesupport from 7.0.4.1 to 7.0.7.1 in /tests/ruby (#804)
Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.1 to 7.0.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.0.4.1...v7.0.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dab2e58 commit e6634ef

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

tests/ruby/Gemfile.lock

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (7.0.4.1)
5-
activesupport (= 7.0.4.1)
6-
activerecord (7.0.4.1)
7-
activemodel (= 7.0.4.1)
8-
activesupport (= 7.0.4.1)
9-
activesupport (7.0.4.1)
4+
activerecord (3.2.14)
5+
activesupport (7.0.7.1)
106
concurrent-ruby (~> 1.0, >= 1.0.2)
117
i18n (>= 1.6, < 2)
128
minitest (>= 5.1)
139
tzinfo (~> 2.0)
1410
ast (2.4.2)
15-
concurrent-ruby (1.1.10)
11+
concurrent-ruby (1.3.4)
1612
diff-lcs (1.5.0)
17-
i18n (1.12.0)
13+
i18n (1.14.5)
1814
concurrent-ruby (~> 1.0)
19-
minitest (5.17.0)
15+
minitest (5.25.1)
2016
parallel (1.22.1)
2117
parser (3.1.2.0)
2218
ast (~> 2.4.1)
@@ -55,7 +51,7 @@ GEM
5551
toml (0.3.0)
5652
parslet (>= 1.8.0, < 3.0.0)
5753
toxiproxy (2.0.1)
58-
tzinfo (2.0.5)
54+
tzinfo (2.0.6)
5955
concurrent-ruby (~> 1.0)
6056
unicode-display_width (2.1.0)
6157

0 commit comments

Comments
 (0)