Skip to content

Commit dff04db

Browse files
chore(deps): bump activesupport from 7.1.3.4 to 7.2.3.1 in /example (#1064)
Bumps [activesupport](https://github.com/rails/rails) from 7.1.3.4 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.1.3.4...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2dee5e commit dff04db

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

example/Gemfile.lock

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,27 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.1.3.4)
8+
activesupport (7.2.3.1)
99
base64
10+
benchmark (>= 0.3)
1011
bigdecimal
11-
concurrent-ruby (~> 1.0, >= 1.0.2)
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
1213
connection_pool (>= 2.2.5)
1314
drb
1415
i18n (>= 1.6, < 2)
15-
minitest (>= 5.1)
16-
mutex_m
17-
tzinfo (~> 2.0)
16+
logger (>= 1.4.2)
17+
minitest (>= 5.1, < 6)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
1820
addressable (2.8.6)
1921
public_suffix (>= 2.0.2, < 6.0)
2022
algoliasearch (1.27.5)
2123
httpclient (~> 2.8, >= 2.8.3)
2224
json (>= 1.5.1)
2325
atomos (0.1.3)
24-
base64 (0.2.0)
25-
bigdecimal (3.1.8)
26+
base64 (0.3.0)
27+
benchmark (0.5.0)
28+
bigdecimal (4.0.1)
2629
claide (1.1.0)
2730
cocoapods (1.15.2)
2831
addressable (~> 2.8)
@@ -62,9 +65,9 @@ GEM
6265
netrc (~> 0.11)
6366
cocoapods-try (1.2.0)
6467
colored2 (3.1.2)
65-
concurrent-ruby (1.3.3)
66-
connection_pool (2.4.1)
67-
drb (2.2.1)
68+
concurrent-ruby (1.3.6)
69+
connection_pool (3.0.2)
70+
drb (2.2.3)
6871
escape (0.0.4)
6972
ethon (0.16.0)
7073
ffi (>= 1.15.0)
@@ -73,19 +76,20 @@ GEM
7376
fuzzy_match (2.0.4)
7477
gh_inspector (1.1.3)
7578
httpclient (2.8.3)
76-
i18n (1.14.5)
79+
i18n (1.14.8)
7780
concurrent-ruby (~> 1.0)
7881
json (2.7.2)
79-
minitest (5.23.1)
82+
logger (1.7.0)
83+
minitest (5.27.0)
8084
molinillo (0.8.0)
81-
mutex_m (0.2.0)
8285
nanaimo (0.3.0)
8386
nap (1.1.0)
8487
netrc (0.11.0)
8588
nkf (0.2.0)
8689
public_suffix (4.0.7)
8790
rexml (3.4.2)
8891
ruby-macho (2.5.1)
92+
securerandom (0.4.1)
8993
typhoeus (1.4.1)
9094
ethon (>= 0.9.0)
9195
tzinfo (2.0.6)

0 commit comments

Comments
 (0)