Skip to content

Commit 2703d62

Browse files
Bump activesupport
Bumps the production-dependencies group with 1 update in the / directory: [activesupport](https://github.com/rails/rails). Updates `activesupport` from 7.1.3.4 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.3.4...v7.1.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e86d314 commit 2703d62

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Diff for: Gemfile.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,27 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (7.1.3.4)
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
ast (2.4.2)
2124
base64 (0.2.0)
25+
benchmark (0.3.0)
2226
benchmark-ips (2.13.0)
2327
bigdecimal (3.1.8)
2428
byebug (11.1.3)
2529
coderay (1.1.3)
26-
concurrent-ruby (1.3.3)
30+
concurrent-ruby (1.3.4)
2731
connection_pool (2.4.1)
2832
diff-lcs (1.5.1)
2933
docile (1.4.1)
@@ -57,12 +61,13 @@ GEM
5761
zeitwerk (~> 2.6)
5862
factory_bot (6.4.6)
5963
activesupport (>= 5.0.0)
60-
i18n (1.14.5)
64+
i18n (1.14.6)
6165
concurrent-ruby (~> 1.0)
6266
json (2.7.2)
6367
language_server-protocol (3.17.0.3)
68+
logger (1.6.1)
6469
method_source (1.1.0)
65-
minitest (5.24.1)
70+
minitest (5.25.1)
6671
mutex_m (0.2.0)
6772
parallel (1.25.1)
6873
parser (3.3.4.0)
@@ -118,6 +123,7 @@ GEM
118123
rubocop-rspec (3.0.3)
119124
rubocop (~> 1.61)
120125
ruby-progressbar (1.13.0)
126+
securerandom (0.3.1)
121127
simplecov (0.22.0)
122128
docile (~> 1.1)
123129
simplecov-html (~> 0.11)

0 commit comments

Comments
 (0)