Skip to content

Commit 028e46c

Browse files
Bump activesupport from 7.1.4.2 to 7.1.5 (#39)
Bumps [activesupport](https://github.com/rails/rails) from 7.1.4.2 to 7.1.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.2/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.1.4.2...v7.1.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1b49f6 commit 028e46c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Gemfile.lock

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (7.1.4.2)
10+
activesupport (7.1.5)
1111
base64
12+
benchmark (>= 0.3)
1213
bigdecimal
1314
concurrent-ruby (~> 1.0, >= 1.0.2)
1415
connection_pool (>= 2.2.5)
1516
drb
1617
i18n (>= 1.6, < 2)
18+
logger (>= 1.4.2)
1719
minitest (>= 5.1)
1820
mutex_m
21+
securerandom (>= 0.3)
1922
tzinfo (~> 2.0)
2023
base64 (0.2.0)
24+
benchmark (0.3.0)
2125
bigdecimal (3.1.8)
2226
byebug (11.1.3)
2327
concurrent-ruby (1.3.4)
@@ -29,6 +33,7 @@ GEM
2933
i18n (>= 1.8.11, < 2)
3034
i18n (1.14.6)
3135
concurrent-ruby (~> 1.0)
36+
logger (1.6.1)
3237
minitest (5.25.1)
3338
mutex_m (0.2.0)
3439
rspec (3.13.0)
@@ -44,6 +49,7 @@ GEM
4449
diff-lcs (>= 1.2.0, < 2.0)
4550
rspec-support (~> 3.13.0)
4651
rspec-support (3.13.1)
52+
securerandom (0.3.1)
4753
simplecov (0.22.0)
4854
docile (~> 1.1)
4955
simplecov-html (~> 0.11)

0 commit comments

Comments
 (0)