Skip to content

Commit b082dea

Browse files
Bump activesupport from 7.2.1.2 to 7.2.3.1 (#356)
Bumps [activesupport](https://github.com/rails/rails) from 7.2.1.2 to 7.2.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.2.1.2...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 246baf6 commit b082dea

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

Gemfile.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.2.1.2)
8+
activesupport (7.2.3.1)
99
base64
10+
benchmark (>= 0.3)
1011
bigdecimal
1112
concurrent-ruby (~> 1.0, >= 1.3.1)
1213
connection_pool (>= 2.2.5)
1314
drb
1415
i18n (>= 1.6, < 2)
1516
logger (>= 1.4.2)
16-
minitest (>= 5.1)
17+
minitest (>= 5.1, < 6)
1718
securerandom (>= 0.3)
1819
tzinfo (~> 2.0, >= 2.0.5)
1920
addressable (2.8.7)
@@ -22,8 +23,9 @@ GEM
2223
httpclient (~> 2.8, >= 2.8.3)
2324
json (>= 1.5.1)
2425
atomos (0.1.3)
25-
base64 (0.2.0)
26-
bigdecimal (3.1.8)
26+
base64 (0.3.0)
27+
benchmark (0.5.0)
28+
bigdecimal (4.0.1)
2729
claide (1.1.0)
2830
cocoapods (1.16.1)
2931
addressable (~> 2.8)
@@ -63,9 +65,9 @@ GEM
6365
netrc (~> 0.11)
6466
cocoapods-try (1.2.0)
6567
colored2 (3.1.2)
66-
concurrent-ruby (1.3.4)
67-
connection_pool (2.4.1)
68-
drb (2.2.1)
68+
concurrent-ruby (1.3.6)
69+
connection_pool (3.0.2)
70+
drb (2.2.3)
6971
escape (0.0.4)
7072
ethon (0.16.0)
7173
ffi (>= 1.15.0)
@@ -74,11 +76,11 @@ GEM
7476
fuzzy_match (2.0.4)
7577
gh_inspector (1.1.3)
7678
httpclient (2.8.3)
77-
i18n (1.14.6)
79+
i18n (1.14.8)
7880
concurrent-ruby (~> 1.0)
7981
json (2.7.5)
80-
logger (1.6.1)
81-
minitest (5.25.1)
82+
logger (1.7.0)
83+
minitest (5.27.0)
8284
molinillo (0.8.0)
8385
nanaimo (0.4.0)
8486
nap (1.1.0)
@@ -87,7 +89,7 @@ GEM
8789
public_suffix (4.0.7)
8890
rexml (3.4.2)
8991
ruby-macho (2.5.1)
90-
securerandom (0.3.1)
92+
securerandom (0.4.1)
9193
typhoeus (1.4.1)
9294
ethon (>= 0.9.0)
9395
tzinfo (2.0.6)

0 commit comments

Comments
 (0)